2013-03-27 |
Heikki Linnakangas | Fix buffer pin leak in heap update redo routine. |
commit | commitdiff | tree | snapshot |
2013-03-26 |
Tom Lane | Ignore invalid indexes in pg_dump. |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Heikki Linnakangas | In base backup, only include our own tablespace version... |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Heikki Linnakangas | Add a server version check to pg_basebackup and pg_rece... |
commit | commitdiff | tree | snapshot |
2013-03-23 |
Tom Lane | Update time zone abbreviation lists for changes missed... |
commit | commitdiff | tree | snapshot |
2013-03-23 |
Tom Lane | Don't put <indexterm> before <term> in <varlistentry... |
commit | commitdiff | tree | snapshot |
2013-03-18 |
Tom Lane | Improve documentation of EXTRACT(WEEK). |
commit | commitdiff | tree | snapshot |
2013-03-10 |
Tom Lane | Fix race condition in DELETE RETURNING. |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Tom Lane | Fix infinite-loop risk in fixempties() stage of regex... |
commit | commitdiff | tree | snapshot |
2013-03-05 |
Tom Lane | Fix to_char() to use ASCII-only case-folding rules... |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Tom Lane | Fix overflow check in tm2timestamp (this time for sure). |
commit | commitdiff | tree | snapshot |
2013-03-03 |
Peter Eisentraut | doc: Awkward phrasing fix |
commit | commitdiff | tree | snapshot |
2013-03-02 |
Tom Lane | Eliminate memory leaks in plperl's spi_prepare() function. |
commit | commitdiff | tree | snapshot |
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 |
next |