| 2013-06-17 |
Jeff Davis | Add buffer_std flag to MarkBufferDirtyHint(). |
commit | commitdiff | tree |
| 2013-06-16 |
Fujii Masao | Fix description of archive format which pg_restore... |
commit | commitdiff | tree |
| 2013-06-15 |
Tom Lane | Use WaitLatch, not pg_usleep, for delaying in pg_sleep(). |
commit | commitdiff | tree |
| 2013-06-15 |
Fujii Masao | Fix pg_restore -l with the directory archive to display... |
commit | commitdiff | tree |
| 2013-06-15 |
Tom Lane | Use SA_RESTART for all signals, including SIGALRM. |
commit | commitdiff | tree |
| 2013-06-15 |
Tom Lane | Be consistent about #define'ing configure symbols as... |
commit | commitdiff | tree |
| 2013-06-14 |
Heikki Linnakangas | Add :client_id automatic variable for custom pgbench... |
commit | commitdiff | tree |
| 2013-06-14 |
Tom Lane | Update RELEASE_CHANGES to describe library version... |
commit | commitdiff | tree |
| 2013-06-14 |
Tom Lane | Stamp shared-library minor version numbers for 9.4. |
commit | commitdiff | tree |
| 2013-06-14 |
Tom Lane | Stamp HEAD as 9.4devel. |
commit | commitdiff | tree |
| 2013-06-14 |
Tom Lane | Avoid deadlocks during insertion into SP-GiST indexes. |
commit | commitdiff | tree |
| 2013-06-14 |
Tom Lane | Remove special-case treatment of LOG severity level... |
commit | commitdiff | tree |
| 2013-06-14 |
Tom Lane | Refactor checksumming code to make it easier to use... |
commit | commitdiff | tree |
| 2013-06-14 |
Peter Eisentraut | PL/Python: Fix type mixup |
commit | commitdiff | tree |
| 2013-06-13 |
Tom Lane | Only install a portal's ResourceOwner if it actually... |
commit | commitdiff | tree |
| 2013-06-12 |
Noah Misch | Avoid reading past datum end when parsing JSON. |
commit | commitdiff | tree |
| 2013-06-12 |
Noah Misch | Avoid reading below the start of a stack variable in... |
commit | commitdiff | tree |
| 2013-06-12 |
Noah Misch | Don't pass oidvector by value. |
commit | commitdiff | tree |
| 2013-06-12 |
Noah Misch | Observe array length in HaveVirtualXIDsDelayingChkpt(). |
commit | commitdiff | tree |
| 2013-06-12 |
Noah Misch | Don't use ordinary NULL-terminated strings as Name... |
commit | commitdiff | tree |
| 2013-06-12 |
Tom Lane | Improve updatability checking for views and foreign... |
commit | commitdiff | tree |
| 2013-06-12 |
Andrew Dunstan | Fix unescaping of JSON Unicode escapes, especially... |
commit | commitdiff | tree |
| 2013-06-12 |
Robert Haas | Improve description of loread/lowrite. |
commit | commitdiff | tree |
| 2013-06-11 |
Tom Lane | Fix cache flush hazard in cache_record_field_properties(). |
commit | commitdiff | tree |
| 2013-06-11 |
Tatsuo Ishii | Add description that loread()/lowrite() are correspondi... |
commit | commitdiff | tree |
| 2013-06-10 |
Fujii Masao | Fix pg_isready to handle conninfo properly. |
commit | commitdiff | tree |
| 2013-06-10 |
Joe Conway | Fix ordering of obj id for Rules and EventTriggers... |
commit | commitdiff | tree |
| 2013-06-09 |
Tom Lane | Tweak postgres_fdw regression test so autovacuum doesn... |
commit | commitdiff | tree |
| 2013-06-09 |
Tom Lane | Remove unnecessary restrictions about RowExprs in trans... |
commit | commitdiff | tree |
| 2013-06-09 |
Tom Lane | Remove ALTER DEFAULT PRIVILEGES' requirement of schema... |
commit | commitdiff | tree |
| 2013-06-09 |
Tom Lane | Remove fixed limit on the number of concurrent Allocate... |
commit | commitdiff | tree |
| 2013-06-08 |
Andrew Dunstan | Don't downcase non-ascii identifier chars in multi... |
commit | commitdiff | tree |
| 2013-06-08 |
Andrew Dunstan | Handle Unicode surrogate pairs correctly when processin... |
commit | commitdiff | tree |
| 2013-06-08 |
Peter Eisentraut | doc: Fix <synopsis> in <term> markup |
commit | commitdiff | tree |
| 2013-06-07 |
Kevin Grittner | Correct the documentation of pg_rewrite.ev_attr. |
commit | commitdiff | tree |
| 2013-06-07 |
Tom Lane | Minor docs wordsmithing. |
commit | commitdiff | tree |
| 2013-06-07 |
Peter Eisentraut | doc: Clarify description of VALUES command |
commit | commitdiff | tree |
| 2013-06-06 |
Heikki Linnakangas | Fix typo in comment. |
commit | commitdiff | tree |
| 2013-06-06 |
Robert Haas | Ensure that XLOG_HEAP2_VISIBLE always targets an initia... |
commit | commitdiff | tree |
| 2013-06-06 |
Bruce Momjian | pg_upgrade: document that --link should be used with... |
commit | commitdiff | tree |
| 2013-06-06 |
Tom Lane | Prevent pushing down WHERE clauses into unsafe UNION... |
commit | commitdiff | tree |
| 2013-06-06 |
Peter Eisentraut | Update SQL features list |
commit | commitdiff | tree |
| 2013-06-05 |
Tom Lane | Put analyze_keyword back in explain_option_name production. |
commit | commitdiff | tree |
| 2013-06-04 |
Tom Lane | Provide better message when CREATE EXTENSION can't... |
commit | commitdiff | tree |
| 2013-06-04 |
Tom Lane | Add ARM64 (aarch64) support to s_lock.h. |
commit | commitdiff | tree |
| 2013-06-04 |
Tom Lane | Fix memory leak in LogStandbySnapshot(). |
commit | commitdiff | tree |
| 2013-06-04 |
Heikki Linnakangas | Fix off-by-one in pg_xlogdump -r option. |
commit | commitdiff | tree |
| 2013-06-03 |
Tom Lane | Add semicolons to eval'd strings to hide a minor Perl... |
commit | commitdiff | tree |
| 2013-06-03 |
Heikki Linnakangas | Put back allow_system_table_mods check in heap_create(). |
commit | commitdiff | tree |
| 2013-06-03 |
Stephen Frost | Additional spelling corrections |
commit | commitdiff | tree |
| 2013-06-03 |
Heikki Linnakangas | Code review of recycling WAL segments in a restartpoint. |
commit | commitdiff | tree |
| 2013-06-03 |
Tom Lane | Allow type_func_name_keywords in some places where... |
commit | commitdiff | tree |
| 2013-06-02 |
Peter Eisentraut | Another man page whitespace fix |
commit | commitdiff | tree |
| 2013-06-02 |
Peter Eisentraut | Fix whitespace issues in the man pages |
commit | commitdiff | tree |
| 2013-06-01 |
Tom Lane | Fix unportable usage of isspace(). |
commit | commitdiff | tree |
| 2013-06-01 |
Stephen Frost | Minor spelling fixes |
commit | commitdiff | tree |
| 2013-06-01 |
Stephen Frost | Post-pgindent cleanup |
commit | commitdiff | tree |
| 2013-06-01 |
Peter Eisentraut | doc: Remove paragraph about typesetting conventions |
commit | commitdiff | tree |
| 2013-06-01 |
Noah Misch | Don't emit non-canonical empty arrays in array_remove(). |
commit | commitdiff | tree |
| 2013-06-01 |
Peter Eisentraut | Add new source files to nls.mk |
commit | commitdiff | tree |
| 2013-05-31 |
Peter Eisentraut | doc: Fix claim that query is passed as ASCII text |
commit | commitdiff | tree |
| 2013-05-31 |
Peter Eisentraut | Remove whitespace from end of lines |
commit | commitdiff | tree |
| 2013-05-31 |
Peter Eisentraut | Minor spell checking |
commit | commitdiff | tree |
| 2013-05-30 |
Peter Eisentraut | postgresql.conf.sample: Improve whitespace |
commit | commitdiff | tree |
| 2013-05-29 |
Bruce Momjian | pgindent run for release 9.3 |
commit | commitdiff | tree |
| 2013-05-29 |
Robert Haas | Document auto_explain.log_timing. |
commit | commitdiff | tree |
| 2013-05-29 |
Bruce Momjian | pg_upgrade docs: mention need to set parameters for... |
commit | commitdiff | tree |
| 2013-05-27 |
Stephen Frost | Documentation fix for ALTER TYPE .. RENAME |
commit | commitdiff | tree |
| 2013-05-24 |
Heikki Linnakangas | Remove pageinspect--1.0.sql |
commit | commitdiff | tree |
| 2013-05-23 |
Robert Haas | Fix typo in comment. |
commit | commitdiff | tree |
| 2013-05-23 |
Heikki Linnakangas | Print line number correctly in COPY. |
commit | commitdiff | tree |
| 2013-05-21 |
Bruce Momjian | 9.3 release notes: improve cached plan mention |
commit | commitdiff | tree |
| 2013-05-21 |
Simon Riggs | After fast promotion use CHECKPOINT_FORCE |
commit | commitdiff | tree |
| 2013-05-21 |
Simon Riggs | Maintain ThisTimeLineID correctly in checkpointer |
commit | commitdiff | tree |
| 2013-05-21 |
Bruce Momjian | 9.3 release notes: fix SGML markup for DROP TABLE... |
commit | commitdiff | tree |
| 2013-05-21 |
Bruce Momjian | 9.3 release docs: fix DROP TABLE IF EXISTS |
commit | commitdiff | tree |
| 2013-05-21 |
Peter Eisentraut | Documentation spell checking and markup improvements |
commit | commitdiff | tree |
| 2013-05-20 |
Heikki Linnakangas | Fix escaping in generated recovery.conf file. |
commit | commitdiff | tree |
| 2013-05-20 |
Tom Lane | Clarify documentation of EXPLAIN (TIMING OFF) option. |
commit | commitdiff | tree |
| 2013-05-19 |
Simon Riggs | Init crash recovery using the latest available TLI |
commit | commitdiff | tree |
| 2013-05-19 |
Simon Riggs | Emit msg correctly for timeline-crossing crash |
commit | commitdiff | tree |
| 2013-05-19 |
Simon Riggs | Remove single space on end of a line in xlog.c |
commit | commitdiff | tree |
| 2013-05-18 |
Heikki Linnakangas | Remove unused regression test files. |
commit | commitdiff | tree |
| 2013-05-18 |
Bruce Momjian | release docs: mention PL/pgSQL as supporting event... |
commit | commitdiff | tree |
| 2013-05-16 |
Tom Lane | Fix crash when trying to display a NOTIFY rule action. |
commit | commitdiff | tree |
| 2013-05-16 |
Tom Lane | Fix fd.c to preserve errno where needed. |
commit | commitdiff | tree |
| 2013-05-16 |
Tom Lane | Fix some uses of "the quick brown fox". |
commit | commitdiff | tree |
| 2013-05-15 |
Tom Lane | Allow CREATE FOREIGN TABLE to include SERIAL columns. |
commit | commitdiff | tree |
| 2013-05-15 |
Peter Eisentraut | doc: Add \dm command to psql man page |
commit | commitdiff | tree |
| 2013-05-14 |
Peter Eisentraut | doc: Fix some whitespace issues in the man pages |
commit | commitdiff | tree |
| 2013-05-14 |
Peter Eisentraut | pg_upgrade: Replace tabs in output string constants... |
commit | commitdiff | tree |
| 2013-05-14 |
Peter Eisentraut | doc: Fix order of options on pgbench man page |
commit | commitdiff | tree |
| 2013-05-13 |
Tom Lane | Fix handling of OID wraparound while in standalone... |
commit | commitdiff | tree |
| 2013-05-12 |
Tom Lane | Fix handling of strict non-set functions with NULLs... |
commit | commitdiff | tree |
| 2013-05-12 |
Peter Eisentraut | pgbench: Fix order of options in --help output |
commit | commitdiff | tree |
| 2013-05-12 |
Peter Eisentraut | pg_xlogdump: Improve --help output |
commit | commitdiff | tree |
| 2013-05-11 |
Tom Lane | Fix to_number() to correctly ignore thousands separator... |
commit | commitdiff | tree |
| 2013-05-11 |
Tom Lane | Fix buildfarm incompatibility in updated pg_upgrade... |
commit | commitdiff | tree |
| 2013-05-11 |
Tom Lane | Make pg_upgrade's test script attempt to select a non... |
commit | commitdiff | tree |
| 2013-05-11 |
Tom Lane | Update CREATE FUNCTION documentation about argument... |
commit | commitdiff | tree |
| next |