2012-06-17 |
Peter Eisentraut | Make documentation of --help and --version options... |
commit | commitdiff | tree | snapshot |
2012-06-17 |
Tom Lane | Fix stats collector to recover nicely when system clock... |
commit | commitdiff | tree | snapshot |
2012-06-17 |
Magnus Hagander | Reorder basebackup options, to list pg_basebackup first |
commit | commitdiff | tree | snapshot |
2012-06-16 |
Bruce Momjian | Remove 'for' loop perltidy argument, and move args... |
commit | commitdiff | tree | snapshot |
2012-06-16 |
Bruce Momjian | In pgindent, suppress reading the perltidy RC file... |
commit | commitdiff | tree | snapshot |
2012-06-16 |
Bruce Momjian | Update pgindent Perl indentation instructions based... |
commit | commitdiff | tree | snapshot |
2012-06-15 |
Bruce Momjian | Improve pg_upgrade wording for pg_ctl start failure... |
commit | commitdiff | tree | snapshot |
2012-06-15 |
Peter Eisentraut | Improve reporting of permission errors for array types |
commit | commitdiff | tree | snapshot |
2012-06-14 |
Peter Eisentraut | Add more message pluralization |
commit | commitdiff | tree | snapshot |
2012-06-14 |
Robert Haas | Improve readability and error messages in pg_backup_sta... |
commit | commitdiff | tree | snapshot |
2012-06-14 |
Robert Haas | Doc corrections for pg_is_in_backup patch. |
commit | commitdiff | tree | snapshot |
2012-06-14 |
Robert Haas | New SQL functons pg_backup_in_progress() and pg_backup_... |
commit | commitdiff | tree | snapshot |
2012-06-14 |
Robert Haas | During transaction cleanup, release locks before deleti... |
commit | commitdiff | tree | snapshot |
2012-06-14 |
Robert Haas | Add new function log_newpage_buffer. |
commit | commitdiff | tree | snapshot |
2012-06-14 |
Robert Haas | Remove misplaced sanity check from heap_create(). |
commit | commitdiff | tree | snapshot |
2012-06-14 |
Robert Haas | Remove RELKIND_UNCATALOGED. |
commit | commitdiff | tree | snapshot |
2012-06-14 |
Robert Haas | Make \conninfo print SSL information. |
commit | commitdiff | tree | snapshot |
2012-06-14 |
Tom Lane | Add 9.2 branch to git_changelog's list. |
commit | commitdiff | tree | snapshot |
2012-06-14 |
Tom Lane | Flesh out RELEASE_CHANGES instructions for branching... |
commit | commitdiff | tree | snapshot |
2012-06-14 |
Tom Lane | Stamp library minor versions for 9.3. |
commit | commitdiff | tree | snapshot |
2012-06-14 |
Tom Lane | Stamp HEAD as 9.3devel. |
commit | commitdiff | tree | snapshot |
2012-06-13 |
Tom Lane | Revisit error message details for JSON input parsing. |
commit | commitdiff | tree | snapshot |
2012-06-13 |
Tom Lane | Remove release note entry for reverted patch. |
commit | commitdiff | tree | snapshot |
2012-06-13 |
Tom Lane | Revert "Reduce checkpoints and WAL traffic on low activ... |
commit | commitdiff | tree | snapshot |
2012-06-13 |
Tom Lane | Fix description of SQL-standard meaning of CREATE LOCAL... |
commit | commitdiff | tree | snapshot |
2012-06-13 |
Tom Lane | Deprecate use of GLOBAL and LOCAL in temp table creation. |
commit | commitdiff | tree | snapshot |
2012-06-13 |
Tom Lane | Support Linux's oom_score_adj API as well as the older... |
commit | commitdiff | tree | snapshot |
2012-06-13 |
Bruce Momjian | In pg_upgrade, verify that the install user has the... |
commit | commitdiff | tree | snapshot |
2012-06-13 |
Peter Eisentraut | Improve documentation of postgres -C option |
commit | commitdiff | tree | snapshot |
2012-06-12 |
Tom Lane | Minor code review for json.c. |
commit | commitdiff | tree | snapshot |
2012-06-12 |
Robert Haas | Mark JSON error detail messages for translation. |
commit | commitdiff | tree | snapshot |
2012-06-12 |
Robert Haas | Copy-editing of release notes. |
commit | commitdiff | tree | snapshot |
2012-06-12 |
Tom Lane | Ensure pg_ctl behaves sanely when data directory is... |
commit | commitdiff | tree | snapshot |
2012-06-12 |
Tom Lane | Fix pg_dump output to a named tar-file archive. |
commit | commitdiff | tree | snapshot |
2012-06-11 |
Peter Eisentraut | pg_receivexlog: Rename option --dir to --directory |
commit | commitdiff | tree | snapshot |
2012-06-11 |
Magnus Hagander | Prevent non-streaming replication connections from... |
commit | commitdiff | tree | snapshot |
2012-06-11 |
Magnus Hagander | Revert behaviour of -x/--xlog to 9.1 semantics |
commit | commitdiff | tree | snapshot |
2012-06-10 |
Bruce Momjian | Run pgindent on 9.2 source tree in preparation for... |
commit | commitdiff | tree | snapshot |
2012-06-10 |
Bruce Momjian | Update pgindent install instructions and update typedef... |
commit | commitdiff | tree | snapshot |
2012-06-10 |
Magnus Hagander | Fix pg_basebackup/pg_receivexlog for floating point... |
commit | commitdiff | tree | snapshot |
2012-06-10 |
Magnus Hagander | Error message capitalization fix |
commit | commitdiff | tree | snapshot |
2012-06-10 |
Peter Eisentraut | Make include files work without having to include other... |
commit | commitdiff | tree | snapshot |
2012-06-10 |
Simon Riggs | Revert error message on GLOBAL/LOCAL pending further... |
commit | commitdiff | tree | snapshot |
2012-06-09 |
Simon Riggs | Add ERROR msg for GLOBAL/LOCAL TEMP is not yet implemented |
commit | commitdiff | tree | snapshot |
2012-06-08 |
Simon Riggs | Fix bug in early startup of Hot Standby with subtransac... |
commit | commitdiff | tree | snapshot |
2012-06-08 |
Robert Haas | When using libpq URI syntax, error out on invalid param... |
commit | commitdiff | tree | snapshot |
2012-06-08 |
Peter Eisentraut | Documentation style improvements |
commit | commitdiff | tree | snapshot |
2012-06-07 |
Tom Lane | Scan the buffer pool just once, not once per fork,... |
commit | commitdiff | tree | snapshot |
2012-06-07 |
Peter Eisentraut | Documentation spell and markup checking |
commit | commitdiff | tree | snapshot |
2012-06-07 |
Peter Eisentraut | Message style improvements |
commit | commitdiff | tree | snapshot |
2012-06-07 |
Tom Lane | Do unlocked prechecks in bufmgr.c loops that scan the... |
commit | commitdiff | tree | snapshot |
2012-06-07 |
Simon Riggs | Wake WALSender to reduce data loss at failover for... |
commit | commitdiff | tree | snapshot |
2012-06-07 |
Robert Haas | Fix more crash-safe visibility map bugs, and improve... |
commit | commitdiff | tree | snapshot |
2012-06-05 |
Magnus Hagander | Use strerror(errno) instead of %m |
commit | commitdiff | tree | snapshot |
2012-06-05 |
Magnus Hagander | Fix typo |
commit | commitdiff | tree | snapshot |
2012-06-05 |
Magnus Hagander | Add example of archive_command to use with pg_receivexlog |
commit | commitdiff | tree | snapshot |
2012-06-05 |
Tom Lane | Fix bogus handling of control characters in json_lex_st... |
commit | commitdiff | tree | snapshot |
2012-06-05 |
Tom Lane | Fix some more bugs in contrib/xml2's xslt_process(). |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Tom Lane | Fix memory leaks in failure paths in buildACLCommands... |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Bruce Momjian | In pg_upgrade, report pre-PG 8.1 plpython helper functi... |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Simon Riggs | Avoid early reuse of btree pages, causing incorrect... |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Simon Riggs | Improve description of pg_stat_statements normalisation... |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Simon Riggs | Clarify description of covering indexes in release... |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Simon Riggs | Copy editing of release notes for couple of my items. |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Simon Riggs | After any checkpoint, close all smgr files handles... |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Simon Riggs | Checkpointer starts before bgwriter to avoid missing... |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Simon Riggs | Provide interim statistics while in mid-checkpoint. |
commit | commitdiff | tree | snapshot |
2012-05-31 |
Tom Lane | Stamp 9.2beta2. REL9_2_BETA2 |
commit | commitdiff | tree | snapshot |
2012-05-31 |
Tom Lane | Update release notes for 9.1.4, 9.0.8, 8.4.12, 8.3.19. |
commit | commitdiff | tree | snapshot |
2012-05-31 |
Tom Lane | Improve comment for GetStableLatestTransactionId(). |
commit | commitdiff | tree | snapshot |
2012-05-31 |
Simon Riggs | Only throw recovery conflicts when InHotStandby. Bug... |
commit | commitdiff | tree | snapshot |
2012-05-31 |
Tom Lane | Update time zone data files to tzdata release 2012c. |
commit | commitdiff | tree | snapshot |
2012-05-31 |
Tom Lane | Force PL and range-type support functions to be owned... |
commit | commitdiff | tree | snapshot |
2012-05-31 |
Tom Lane | Ignore SECURITY DEFINER and SET attributes for a PL... |
commit | commitdiff | tree | snapshot |
2012-05-30 |
Tom Lane | Expand the allowed range of timezone offsets to +/... |
commit | commitdiff | tree | snapshot |
2012-05-30 |
Robert Haas | Fix two more bugs in fast-path relation locking. |
commit | commitdiff | tree | snapshot |
2012-05-30 |
Tom Lane | Fix incorrect password transformation in contrib/pgcryp... |
commit | commitdiff | tree | snapshot |
2012-05-30 |
Heikki Linnakangas | Change the way parent pages are tracked during buffered... |
commit | commitdiff | tree | snapshot |
2012-05-30 |
Heikki Linnakangas | Delete the temporary file used in buffered GiST build... |
commit | commitdiff | tree | snapshot |
2012-05-30 |
Tom Lane | Rewrite --section option to decouple it from --schema... |
commit | commitdiff | tree | snapshot |
2012-05-29 |
Heikki Linnakangas | Fix integer overflow bug in GiST buffering build calcul... |
commit | commitdiff | tree | snapshot |
2012-05-29 |
Tom Lane | Teach AbortOutOfAnyTransaction to clean up partially... |
commit | commitdiff | tree | snapshot |
2012-05-29 |
Tom Lane | Eliminate some more O(N^2) behaviors in pg_dump/pg_restore. |
commit | commitdiff | tree | snapshot |
2012-05-28 |
Peter Eisentraut | libpq: URI parsing fixes |
commit | commitdiff | tree | snapshot |
2012-05-27 |
Peter Eisentraut | Update SQL features list |
commit | commitdiff | tree | snapshot |
2012-05-27 |
Peter Eisentraut | psql: Remove notice about readline from --version output |
commit | commitdiff | tree | snapshot |
2012-05-27 |
Peter Eisentraut | Suppress -Wunused-result warning about write() |
commit | commitdiff | tree | snapshot |
2012-05-27 |
Peter Eisentraut | PL/Perl: Avoid compiler warning from clang |
commit | commitdiff | tree | snapshot |
2012-05-27 |
Bruce Momjian | Improve pg_upgrade C comment. |
commit | commitdiff | tree | snapshot |
2012-05-27 |
Bruce Momjian | Add C comment explaining why we can't exclude checking... |
commit | commitdiff | tree | snapshot |
2012-05-27 |
Bruce Momjian | Add pg_update C comment about problems with plpython_ca... |
commit | commitdiff | tree | snapshot |
2012-05-27 |
Magnus Hagander | Make pg_recievexlog by default loop on connection failures |
commit | commitdiff | tree | snapshot |
2012-05-27 |
Magnus Hagander | Fix handling of pg_stat_statements.stat temporary file |
commit | commitdiff | tree | snapshot |
2012-05-26 |
Tom Lane | Prevent synchronized scanning when systable_beginscan... |
commit | commitdiff | tree | snapshot |
2012-05-25 |
Tom Lane | Fix string truncation to be multibyte-aware in text_nam... |
commit | commitdiff | tree | snapshot |
2012-05-25 |
Tom Lane | Use binary search instead of brute-force scan in findNa... |
commit | commitdiff | tree | snapshot |
2012-05-25 |
Bruce Momjian | Have pg_upgrade only use one extra log file for Win32... |
commit | commitdiff | tree | snapshot |
2012-05-25 |
Magnus Hagander | Fix base backup streaming xlog from standby |
commit | commitdiff | tree | snapshot |
2012-05-25 |
Bruce Momjian | On Windows, have pg_upgrade use different two files... |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Bruce Momjian | Clarify 9.2 release notes items about pg_stat_statement... |
commit | commitdiff | tree | snapshot |
next |