aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Add missing buffer lock acquisition in GetTupleForTrigger().Tom Lane2012-11-30
* Produce a more useful error message for over-length Unix socket paths.Tom Lane2012-11-29
* Correctly init/deinit recovery xact environment.Simon Riggs2012-11-29
* Fix assorted bugs in CREATE INDEX CONCURRENTLY.Tom Lane2012-11-29
* When processing nested structure pointer variables ecpg always expected anMichael Meskes2012-11-29
* Fix SELECT DISTINCT with index-optimized MIN/MAX on inheritance trees.Tom Lane2012-11-26
* pg_stat_replication.sync_state was displayed incorrectly at page boundary.Heikki Linnakangas2012-11-23
* Fix pg_resetxlog to use correct path to postmaster.pid.Tom Lane2012-11-22
* Avoid bogus "out-of-sequence timeline ID" errors in standby-mode.Heikki Linnakangas2012-11-22
* Don't launch new child processes after we've been told to shut down.Tom Lane2012-11-21
* Improve handling of INT_MIN / -1 and related cases.Tom Lane2012-11-19
* Limit values of archive_timeout, post_auth_delay, auth_delay.milliseconds.Tom Lane2012-11-18
* Fix the int8 and int2 cases of (minimum possible integer) % (-1).Tom Lane2012-11-14
* Fix memory leaks in record_out() and record_send().Tom Lane2012-11-13
* Clarify docs on hot standby lock releaseSimon Riggs2012-11-13
* Fix multiple problems in WAL replay.Tom Lane2012-11-12
* Check for stack overflow in transformSetOperationTree().Tom Lane2012-11-11
* Fix handling of inherited check constraints in ALTER COLUMN TYPE.Tom Lane2012-11-05
* Fix bogus handling of $(X) (i.e., ".exe") in isolationtester Makefile.Tom Lane2012-11-01
* Fix ALTER EXTENSION / SET SCHEMAAlvaro Herrera2012-10-31
* Prefer actual constants to pseudo-constants in equivalence class machinery.Tom Lane2012-10-26
* In pg_dump, dump SEQUENCE SET items in the data not pre-data section.Tom Lane2012-10-26
* Prevent parser from believing that views have system columns.Tom Lane2012-10-24
* Fix hash_search to avoid corruption of the hash table on out-of-memory.Tom Lane2012-10-19
* Fix ruleutils to print "INSERT INTO foo DEFAULT VALUES" correctly.Tom Lane2012-10-19
* Further tweaking of the readfile() function in pg_ctl.Heikki Linnakangas2012-10-18
* Fix planning of non-strict equivalence clauses above outer joins.Tom Lane2012-10-18
* Close un-owned SMgrRelations at transaction end.Tom Lane2012-10-17
* Revert "Use "transient" files for blind writes, take 2".Tom Lane2012-10-17
* Fix race condition in pg_ctl reading postmaster.pid.Heikki Linnakangas2012-10-15
* Split up process latch initialization for more-fail-soft behavior.Tom Lane2012-10-14
* Fix cross-type case in partial row matching for hashed subplans.Tom Lane2012-10-11
* Fix PGXS support for building loadable modules on AIX.Tom Lane2012-10-09
* Fix lo_import and lo_export to return useful error messages more often.Tom Lane2012-10-08
* Fix lo_export usage in example programs.Tom Lane2012-10-08
* Say ANALYZE, not VACUUM, in error message on analyze in hot standby.Heikki Linnakangas2012-10-08
* Fixed test for array boundary.Michael Meskes2012-10-05
* REASSIGN OWNED: consider grants on tablespaces, tooAlvaro Herrera2012-10-03
* Fix access past end of string in date parsing.Heikki Linnakangas2012-10-02
* Fix bugs in "restore.sql" script emitted in pg_dump tar output.Tom Lane2012-09-29
* Fix tar files emitted by pg_basebackup to be POSIX conformant.Tom Lane2012-09-28
* Stamp 9.1.6.REL9_1_6Tom Lane2012-09-19
* Update time zone data files to tzdata release 2012f.Tom Lane2012-09-19
* Translation updatesPeter Eisentraut2012-09-19
* Fix bufmgr so CHECKPOINT_END_OF_RECOVERY behaves as a shutdown checkpoint.Simon Riggs2012-09-16
* Back-patch fix and test case for bug #7516.Tom Lane2012-09-14
* Properly set relpersistence for fake relcache entries.Robert Haas2012-09-14
* Fix logical errors in tsquery selectivity estimation for prefix queries.Tom Lane2012-09-11
* Make plperl safe against functions that are redefined while running.Tom Lane2012-09-09
* Use .NOTPARALLEL in ecpg/Makefile to avoid a gmake parallelism bug.Tom Lane2012-09-09