summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Stamp 8.4.15.REL8_4_15Tom Lane2012-12-036-21/+21
* Update release notes for 9.2.2, 9.1.7, 9.0.11, 8.4.15, 8.3.22.Tom Lane2012-12-032-0/+598
* Avoid holding vmbuffer pin after VACUUM.Simon Riggs2012-12-031-7/+9
* Fix documentation of path(polygon) function.Tom Lane2012-12-031-1/+1
* Translation updatesPeter Eisentraut2012-12-0311-1499/+1519
* Update time zone data files to tzdata release 2012j.Tom Lane2012-12-026-56/+121
* Fix psql crash while parsing SQL file whose encoding is different fromTatsuo Ishii2012-12-021-1/+1
* Prevent passing gmake's environment variables down through pg_regress.Tom Lane2012-12-011-0/+13
* doc: Fix broken links to DocBook wikiPeter Eisentraut2012-12-011-1/+1
* Take buffer lock while inspecting btree index pages in contrib/pageinspect.Tom Lane2012-11-301-9/+11
* Add missing buffer lock acquisition in GetTupleForTrigger().Tom Lane2012-11-301-0/+12
* Produce a more useful error message for over-length Unix socket paths.Tom Lane2012-11-293-1/+31
* Fix assorted bugs in CREATE INDEX CONCURRENTLY.Tom Lane2012-11-2911-59/+178
* When processing nested structure pointer variables ecpg always expected anMichael Meskes2012-11-291-1/+5
* Remove inaccurate "Incrementally Updated Backups" documentation section;Bruce Momjian2012-11-261-40/+0
* Fix pg_resetxlog to use correct path to postmaster.pid.Tom Lane2012-11-221-6/+4
* Improve handling of INT_MIN / -1 and related cases.Tom Lane2012-11-199-83/+232
* Limit values of archive_timeout, post_auth_delay, auth_delay.milliseconds.Tom Lane2012-11-181-2/+2
* Fix the int8 and int2 cases of (minimum possible integer) % (-1).Tom Lane2012-11-142-2/+23
* Fix memory leaks in record_out() and record_send().Tom Lane2012-11-131-12/+40
* Check for stack overflow in transformSetOperationTree().Tom Lane2012-11-111-0/+4
* Fix handling of inherited check constraints in ALTER COLUMN TYPE.Tom Lane2012-11-054-9/+62
* Prefer actual constants to pseudo-constants in equivalence class machinery.Tom Lane2012-10-261-2/+8
* Prevent parser from believing that views have system columns.Tom Lane2012-10-243-2/+46
* Fix hash_search to avoid corruption of the hash table on out-of-memory.Tom Lane2012-10-191-16/+25
* Fix ruleutils to print "INSERT INTO foo DEFAULT VALUES" correctly.Tom Lane2012-10-191-5/+13
* Further tweaking of the readfile() function in pg_ctl.Heikki Linnakangas2012-10-181-4/+11
* Fix planning of non-strict equivalence clauses above outer joins.Tom Lane2012-10-187-36/+179
* Fix typo in previous commitSimon Riggs2012-10-171-1/+1
* Add hash index caution to CREATE INDEX docsSimon Riggs2012-10-171-0/+12
* Fix race condition in pg_ctl reading postmaster.pid.Heikki Linnakangas2012-10-152-37/+63
* Fix cross-type case in partial row matching for hashed subplans.Tom Lane2012-10-113-6/+43
* Fix PGXS support for building loadable modules on AIX.Tom Lane2012-10-092-2/+6
* Fix lo_import and lo_export to return useful error messages more often.Tom Lane2012-10-081-9/+24
* Fix lo_export usage in example programs.Tom Lane2012-10-081-1/+1
* Fix permissions explanations in CREATE DATABASE and CREATE SCHEMA docs.Tom Lane2012-10-042-15/+12
* REASSIGN OWNED: consider grants on tablespaces, tooAlvaro Herrera2012-10-031-2/+6
* Fix access past end of string in date parsing.Heikki Linnakangas2012-10-021-1/+4
* Fix bugs in "restore.sql" script emitted in pg_dump tar output.Tom Lane2012-09-291-47/+35
* Fix pg_restore to accept POSIX-conformant tar files.Tom Lane2012-09-281-8/+19
* Fix examples of how to use "su" while starting the server.Tom Lane2012-09-251-4/+4
* Stamp 8.4.14.REL8_4_14Tom Lane2012-09-196-21/+21
* Update release notes for 9.2.1, 9.1.6, 9.0.10, 8.4.14, 8.3.21.Tom Lane2012-09-192-0/+226
* Update time zone data files to tzdata release 2012f.Tom Lane2012-09-191-3/+11
* Translation updatesPeter Eisentraut2012-09-194-10660/+10661
* Provide adequate documentation of the "table_name *" notation.Tom Lane2012-09-179-73/+104
* Fix documentation reference to maximum allowed for autovacuum_freeze_max_age.Kevin Grittner2012-09-161-2/+2
* Back-patch fix and test case for bug #7516.Tom Lane2012-09-141-19/+10
* Make plperl safe against functions that are redefined while running.Tom Lane2012-09-093-29/+94
* Fix PARAM_EXEC assignment mechanism to be safe in the presence of WITH.Tom Lane2012-09-079-149/+218