| 2013-02-27 |  Tom Lane | Add missing error check in regexp parser. | commit | commitdiff | tree | snapshot | 
| 2013-02-25 |  Peter Eisentraut | doc: Fix markup typo | commit | commitdiff | tree | snapshot | 
| 2013-02-24 |  Peter Eisentraut | doc: Remove PostgreSQL version number from xml2 depreca... | commit | commitdiff | tree | snapshot | 
| 2013-02-24 |  Peter Eisentraut | Correct tense in log message | commit | commitdiff | tree | snapshot | 
| 2013-02-20 |  Heikki Linnakangas | Fix pg_dumpall with database names containing = | commit | commitdiff | tree | snapshot | 
| 2013-02-20 |  Heikki Linnakangas | Don't pass NULL to fprintf, if a bogus connection strin... | commit | commitdiff | tree | snapshot | 
| 2013-02-13 |  Tom Lane | Fix contrib/pg_trgm's similarity() function for trigram... | commit | commitdiff | tree | snapshot | 
| 2013-02-13 |  Tom Lane | Fix bogus when-to-deregister-from-listener-array logic. | commit | commitdiff | tree | snapshot | 
| 2013-02-10 |  Tom Lane | Further cleanup of gistsplit.c. | commit | commitdiff | tree | snapshot | 
| 2013-02-10 |  Tom Lane | Remove useless picksplit-doesn't-support-secondary... | commit | commitdiff | tree | snapshot | 
| 2013-02-10 |  Tom Lane | Document and clean up gistsplit.c. | commit | commitdiff | tree | snapshot | 
| 2013-02-08 |  Tom Lane | Fix gist_box_same and gist_point_consistent to handle... | commit | commitdiff | tree | snapshot | 
| 2013-02-08 |  Tom Lane | Make contrib/btree_gist's GiST penalty function a bit... | commit | commitdiff | tree | snapshot | 
| 2013-02-07 |  Tom Lane | Fix erroneous range-union logic for varlena types in... | commit | commitdiff | tree | snapshot | 
| 2013-02-07 |  Tom Lane | Repair bugs in GiST page splitting code for multi-colum... | commit | commitdiff | tree | snapshot | 
| 2013-02-07 |  Tom Lane | Fix possible failure to send final transaction counts... | commit | commitdiff | tree | snapshot | 
| 2013-02-04 |  Tom Lane | Stamp 9.1.8.  REL9_1_8 | commit | commitdiff | tree | snapshot | 
| 2013-02-04 |  Tom Lane | Prevent execution of enum_recv() from SQL. | commit | commitdiff | tree | snapshot | 
| 2013-02-04 |  Tom Lane | Update release notes for 9.2.3, 9.1.8, 9.0.12, 8.4... | commit | commitdiff | tree | snapshot | 
| 2013-02-04 |  Simon Riggs | Reset vacuum_defer_cleanup_age to PGC_SIGHUP. | commit | commitdiff | tree | snapshot | 
| 2013-02-04 |  Peter Eisentraut | Translation updates | commit | commitdiff | tree | snapshot | 
| 2013-02-02 |  Simon Riggs | Mark vacuum_defer_cleanup_age as PGC_POSTMASTER. | commit | commitdiff | tree | snapshot | 
| 2013-02-01 |  Alvaro Herrera | Fix typo in freeze_table_age implementation | commit | commitdiff | tree | snapshot | 
| 2013-01-31 |  Magnus Hagander | Properly zero-pad the day-of-year part of the win32... | commit | commitdiff | tree | snapshot | 
| 2013-01-30 |  Tom Lane | Fix grammar for subscripting or field selection from... | commit | commitdiff | tree | snapshot | 
| 2013-01-28 |  Alvaro Herrera | DROP OWNED: don't try to drop tablespaces/databases | commit | commitdiff | tree | snapshot | 
| 2013-01-27 |  Michael Meskes | Made ecpglib use translated messages. | commit | commitdiff | tree | snapshot | 
| 2013-01-25 |  Tom Lane | Fix plpython's handling of functions used as triggers... | commit | commitdiff | tree | snapshot | 
| 2013-01-25 |  Andrew Dunstan | Unbreak 9.0 and 9.1 pg_upgrade. | commit | commitdiff | tree | snapshot | 
| 2013-01-25 |  Bruce Momjian | doc:  backpatch MVCC wording improvements to 9.1 | commit | commitdiff | tree | snapshot | 
| 2013-01-25 |  Robert Haas | Eliminate use of ExecuteSqlQueryForSingleRow, which... | commit | commitdiff | tree | snapshot | 
| 2013-01-25 |  Magnus Hagander | Make pg_dump exclude unlogged table data on hot standby... | commit | commitdiff | tree | snapshot | 
| 2013-01-24 |  Tom Lane | Fix SPI documentation for new handling of ExecutorRun... | commit | commitdiff | tree | snapshot | 
| 2013-01-24 |  Andrew Dunstan | Use correct output device for Windows prompts. | commit | commitdiff | tree | snapshot | 
| 2013-01-24 |  Simon Riggs | Fix rare missing cancellations in Hot Standby. | commit | commitdiff | tree | snapshot | 
| 2013-01-23 |  Kevin Grittner | Fix performance problems with autovacuum truncation... | commit | commitdiff | tree | snapshot | 
| 2013-01-21 |  Tom Lane | Fix one-byte buffer overrun in PQprintTuples(). | commit | commitdiff | tree | snapshot | 
| 2013-01-21 |  Tom Lane | Fix error-checking typo in check_TSCurrentConfig(). | commit | commitdiff | tree | snapshot | 
| 2013-01-21 |  Peter Eisentraut | doc: Fix syntax of a URL | commit | commitdiff | tree | snapshot | 
| 2013-01-20 |  Magnus Hagander | Clarify that streaming replication can be both async... | commit | commitdiff | tree | snapshot | 
| 2013-01-19 |  Tom Lane | Modernize string literal syntax in tutorial example. | commit | commitdiff | tree | snapshot | 
| 2013-01-19 |  Andrew Dunstan | Make pgxs build executables with the right suffix. | commit | commitdiff | tree | snapshot | 
| 2013-01-18 |  Tom Lane | Protect against SnapshotNow race conditions in pg_table... | commit | commitdiff | tree | snapshot | 
| 2013-01-15 |  Heikki Linnakangas | On second thought, use an empty string instead of ... | commit | commitdiff | tree | snapshot | 
| 2013-01-15 |  Heikki Linnakangas | Don't pass NULL to fprintf, if not currently connected... | commit | commitdiff | tree | snapshot | 
| 2013-01-14 |  Tom Lane | Reject out-of-range dates in to_date(). | commit | commitdiff | tree | snapshot | 
| 2013-01-14 |  Tom Lane | Add new timezone abbrevation "FET". | commit | commitdiff | tree | snapshot | 
| 2013-01-09 |  Magnus Hagander | Properly install ecpg_compat and pgtypes libraries... | commit | commitdiff | tree | snapshot | 
| 2013-01-01 |  Bruce Momjian | Update copyrights for 2013 | commit | commitdiff | tree | snapshot | 
| 2012-12-30 |  Peter Eisentraut | doc: Correct description of LDAP authentication | commit | commitdiff | tree | snapshot | 
| 2012-12-23 |  Tom Lane | Prevent failure when RowExpr or XmlExpr is parse-analyz... | commit | commitdiff | tree | snapshot | 
| 2012-12-21 |  Heikki Linnakangas | Fix race condition if a file is removed while pg_baseba... | commit | commitdiff | tree | snapshot | 
| 2012-12-20 |  Tom Lane | Fix pg_extension_config_dump() to handle update cases... | commit | commitdiff | tree | snapshot | 
| 2012-12-20 |  Heikki Linnakangas | Fix recycling of WAL segments after changing recovery... | commit | commitdiff | tree | snapshot | 
| 2012-12-18 |  Tom Lane | Ignore libedit/libreadline while probing for standard... | commit | commitdiff | tree | snapshot | 
| 2012-12-18 |  Peter Eisentraut | Fix typo | commit | commitdiff | tree | snapshot | 
| 2012-12-18 |  Tom Lane | Fix failure to ignore leftover temp tables after a... | commit | commitdiff | tree | snapshot | 
| 2012-12-16 |  Tom Lane | Fix filling of postmaster.pid in bootstrap/standalone... | commit | commitdiff | tree | snapshot | 
| 2012-12-12 |  Tom Lane | Add defenses against integer overflow in dynahash numbu... | commit | commitdiff | tree | snapshot | 
| 2012-12-11 |  Bruce Momjian | Fix pg_upgrade for invalid indexes | commit | commitdiff | tree | snapshot | 
| 2012-12-11 |  Heikki Linnakangas | Consistency check should compare last record replayed... | commit | commitdiff | tree | snapshot | 
| 2012-12-11 |  Andrew Dunstan | Add mode where contrib installcheck runs each module... | commit | commitdiff | tree | snapshot | 
| 2012-12-10 |  Heikki Linnakangas | Update minimum recovery point on truncation. | commit | commitdiff | tree | snapshot | 
| 2012-12-08 |  Peter Eisentraut | Update iso.org page link | commit | commitdiff | tree | snapshot | 
| 2012-12-05 |  Tom Lane | Ensure recovery pause feature doesn't pause unless... | commit | commitdiff | tree | snapshot | 
| 2012-12-04 |  Michael Meskes | Include isinf.o in libecpg if isinf() is not available... | commit | commitdiff | tree | snapshot | 
| 2012-12-03 |  Tom Lane | Stamp 9.1.7.  REL9_1_7 | commit | commitdiff | tree | snapshot | 
| 2012-12-03 |  Tom Lane | Update release notes for 9.2.2, 9.1.7, 9.0.11, 8.4... | commit | commitdiff | tree | snapshot | 
| 2012-12-03 |  Andrew Dunstan | Revert "Add mode where contrib installcheck runs each... | commit | commitdiff | tree | snapshot | 
| 2012-12-03 |  Simon Riggs | Avoid holding vmbuffer pin after VACUUM. | commit | commitdiff | tree | snapshot | 
| 2012-12-03 |  Tom Lane | Fix documentation of path(polygon) function. | commit | commitdiff | tree | snapshot | 
| 2012-12-03 |  Peter Eisentraut | Translation updates | commit | commitdiff | tree | snapshot | 
| 2012-12-02 |  Andrew Dunstan | Add mode where contrib installcheck runs each module... | commit | commitdiff | tree | snapshot | 
| 2012-12-02 |  Tom Lane | Update time zone data files to tzdata release 2012j. | commit | commitdiff | tree | snapshot | 
| 2012-12-02 |  Tom Lane | Recommend triggers, not rules, in the CREATE VIEW refer... | commit | commitdiff | tree | snapshot | 
| 2012-12-02 |  Tom Lane | Don't advance checkPoint.nextXid near the end of a... | commit | commitdiff | tree | snapshot | 
| 2012-12-02 |  Simon Riggs | XidEpoch++ if wraparound during checkpoint. | commit | commitdiff | tree | snapshot | 
| 2012-12-02 |  Tatsuo Ishii | Fix psql crash while parsing SQL file whose encoding... | commit | commitdiff | tree | snapshot | 
| 2012-12-01 |  Tom Lane | Prevent passing gmake's environment variables down... | commit | commitdiff | tree | snapshot | 
| 2012-12-01 |  Tom Lane | Make sure sharedir/extension/ directory is created... | commit | commitdiff | tree | snapshot | 
| 2012-12-01 |  Peter Eisentraut | doc: Fix broken links to DocBook wiki | commit | commitdiff | tree | snapshot | 
| 2012-11-30 |  Tom Lane | Take buffer lock while inspecting btree index pages... | commit | commitdiff | tree | snapshot | 
| 2012-11-30 |  Tom Lane | Add missing buffer lock acquisition in GetTupleForTrigg... | commit | commitdiff | tree | snapshot | 
| 2012-11-30 |  Tom Lane | Produce a more useful error message for over-length... | commit | commitdiff | tree | snapshot | 
| 2012-11-29 |  Simon Riggs | Correctly init/deinit recovery xact environment. | commit | commitdiff | tree | snapshot | 
| 2012-11-29 |  Tom Lane | Fix assorted bugs in CREATE INDEX CONCURRENTLY. | commit | commitdiff | tree | snapshot | 
| 2012-11-29 |  Michael Meskes | When processing nested structure pointer variables... | commit | commitdiff | tree | snapshot | 
| 2012-11-26 |  Tom Lane | Fix SELECT DISTINCT with index-optimized MIN/MAX on... | commit | commitdiff | tree | snapshot | 
| 2012-11-23 |  Heikki Linnakangas | pg_stat_replication.sync_state was displayed incorrectl... | commit | commitdiff | tree | snapshot | 
| 2012-11-22 |  Tom Lane | Fix pg_resetxlog to use correct path to postmaster... | commit | commitdiff | tree | snapshot | 
| 2012-11-22 |  Heikki Linnakangas | Avoid bogus "out-of-sequence timeline ID" errors in... | commit | commitdiff | tree | snapshot | 
| 2012-11-21 |  Tom Lane | Don't launch new child processes after we've been told... | commit | commitdiff | tree | snapshot | 
| 2012-11-20 |  Tom Lane | Improve handling of INT_MIN / -1 and related cases. | commit | commitdiff | tree | snapshot | 
| 2012-11-18 |  Tom Lane | Limit values of archive_timeout, post_auth_delay, auth_... | commit | commitdiff | tree | snapshot | 
| 2012-11-14 |  Tom Lane | Fix the int8 and int2 cases of (minimum possible intege... | commit | commitdiff | tree | snapshot | 
| 2012-11-13 |  Tom Lane | Fix memory leaks in record_out() and record_send(). | commit | commitdiff | tree | snapshot | 
| 2012-11-13 |  Simon Riggs | Clarify docs on hot standby lock release | commit | commitdiff | tree | snapshot | 
| 2012-11-13 |  Tom Lane | Fix multiple problems in WAL replay. | commit | commitdiff | tree | snapshot | 
| 2012-11-12 |  Tom Lane | Check for stack overflow in transformSetOperationTree(). | commit | commitdiff | tree | snapshot | 
| 2012-11-09 |  Peter Eisentraut | XSLT stylesheet: Add slash to directory name | commit | commitdiff | tree | snapshot | 
| next |