summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Stamp 9.1.8.REL9_1_8Tom Lane2013-02-046-21/+21
* Prevent execution of enum_recv() from SQL.Tom Lane2013-02-045-0/+57
* Update release notes for 9.2.3, 9.1.8, 9.0.12, 8.4.16, 8.3.23.Tom Lane2013-02-044-0/+911
* Reset vacuum_defer_cleanup_age to PGC_SIGHUP.Simon Riggs2013-02-042-7/+3
* Translation updatesPeter Eisentraut2013-02-0362-34104/+57523
* Mark vacuum_defer_cleanup_age as PGC_POSTMASTER.Simon Riggs2013-02-022-3/+7
* Fix typo in freeze_table_age implementationAlvaro Herrera2013-02-011-1/+1
* Properly zero-pad the day-of-year part of the win32 build numberMagnus Hagander2013-01-311-1/+1
* Fix grammar for subscripting or field selection from a sub-SELECT result.Tom Lane2013-01-303-0/+93
* DROP OWNED: don't try to drop tablespaces/databasesAlvaro Herrera2013-01-282-8/+12
* Made ecpglib use translated messages.Michael Meskes2013-01-271-1/+1
* Fix plpython's handling of functions used as triggers on multiple tables.Tom Lane2013-01-253-42/+100
* Unbreak 9.0 and 9.1 pg_upgrade.Andrew Dunstan2013-01-251-0/+11
* doc: backpatch MVCC wording improvements to 9.1Bruce Momjian2013-01-251-2/+2
* Eliminate use of ExecuteSqlQueryForSingleRow, which is not in 9.1.Robert Haas2013-01-251-2/+18
* Make pg_dump exclude unlogged table data on hot standby slavesMagnus Hagander2013-01-252-1/+20
* Fix SPI documentation for new handling of ExecutorRun's count parameter.Tom Lane2013-01-242-18/+35
* Use correct output device for Windows prompts.Andrew Dunstan2013-01-243-6/+41
* Fix rare missing cancellations in Hot Standby.Simon Riggs2013-01-241-1/+1
* Fix performance problems with autovacuum truncation in busy workloads.Kevin Grittner2013-01-235-64/+279
* Fix one-byte buffer overrun in PQprintTuples().Tom Lane2013-01-201-4/+3
* Fix error-checking typo in check_TSCurrentConfig().Tom Lane2013-01-201-1/+1
* doc: Fix syntax of a URLPeter Eisentraut2013-01-201-1/+1
* Clarify that streaming replication can be both async and syncMagnus Hagander2013-01-201-7/+8
* Modernize string literal syntax in tutorial example.Tom Lane2013-01-191-7/+12
* Make pgxs build executables with the right suffix.Andrew Dunstan2013-01-191-1/+1
* Protect against SnapshotNow race conditions in pg_tablespace scans.Tom Lane2013-01-181-3/+54
* On second thought, use an empty string instead of "none" when not connected.Heikki Linnakangas2013-01-151-1/+1
* Don't pass NULL to fprintf, if not currently connected to a database.Heikki Linnakangas2013-01-151-1/+6
* Reject out-of-range dates in to_date().Tom Lane2013-01-141-0/+6
* Add new timezone abbrevation "FET".Tom Lane2013-01-142-0/+6
* Properly install ecpg_compat and pgtypes libraries on msvcMagnus Hagander2013-01-091-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-012-3/+3
* doc: Correct description of LDAP authenticationPeter Eisentraut2012-12-291-2/+2
* Prevent failure when RowExpr or XmlExpr is parse-analyzed twice.Tom Lane2012-12-233-3/+20
* Fix race condition if a file is removed while pg_basebackup is running.Heikki Linnakangas2012-12-211-9/+30
* Fix pg_extension_config_dump() to handle update cases more sanely.Tom Lane2012-12-202-10/+239
* Fix recycling of WAL segments after changing recovery target timeline.Heikki Linnakangas2012-12-201-0/+7
* Ignore libedit/libreadline while probing for standard functions.Tom Lane2012-12-182-299/+301
* Fix typoPeter Eisentraut2012-12-181-1/+1
* Fix failure to ignore leftover temp tables after a server crash.Tom Lane2012-12-177-23/+63
* Fix filling of postmaster.pid in bootstrap/standalone mode.Tom Lane2012-12-161-4/+12
* Add defenses against integer overflow in dynahash numbuckets calculations.Tom Lane2012-12-112-12/+41
* Fix pg_upgrade for invalid indexesBruce Momjian2012-12-111-0/+91
* Consistency check should compare last record replayed, not last record read.Heikki Linnakangas2012-12-111-14/+19
* Add mode where contrib installcheck runs each module in a separately named da...Andrew Dunstan2012-12-113-1/+17
* Update minimum recovery point on truncation.Heikki Linnakangas2012-12-102-11/+50
* Update iso.org page linkPeter Eisentraut2012-12-081-1/+1
* Ensure recovery pause feature doesn't pause unless users can connect.Tom Lane2012-12-051-16/+34
* Include isinf.o in libecpg if isinf() is not available on the system.Michael Meskes2012-12-041-2/+2