aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Wrap appendrel member outputs in PlaceHolderVars in additional cases.Tom Lane2011-11-08
* Make DatumGetInetP() unpack inet datums with a 1-byte header, and addHeikki Linnakangas2011-11-08
* Don't assume that a tuple's header size is unchanged during toasting.Tom Lane2011-11-04
* Fix inline_set_returning_function() to allow multiple OUT parameters.Tom Lane2011-11-03
* Fix handling of PlaceHolderVars in nestloop parameter management.Tom Lane2011-11-03
* Revert "Stop btree indexscans upon reaching nulls in either direction."Tom Lane2011-11-02
* Derive oldestActiveXid at correct time for Hot Standby.Simon Riggs2011-11-02
* Start Hot Standby faster when initial snapshot is incomplete.Simon Riggs2011-11-02
* Fix timing of Startup CLOG and MultiXact during Hot StandbySimon Riggs2011-11-02
* Fix race condition with toast table access from a stale syscache entry.Tom Lane2011-11-01
* Stop btree indexscans upon reaching nulls in either direction.Tom Lane2011-10-31
* Fix assorted bogosities in cash_in() and cash_out().Tom Lane2011-10-29
* Update docs to point to the timezone library's new home at IANA.Tom Lane2011-10-27
* Change FK trigger creation order to better support self-referential FKs.Tom Lane2011-10-26
* Don't trust deferred-unique indexes for join removal.Tom Lane2011-10-23
* Fix overly-complicated usage of errcode_for_file_access().Heikki Linnakangas2011-10-22
* More cleanup after failed reduced-lock-levels-for-DDL feature.Tom Lane2011-10-21
* Fix DROP OPERATOR FAMILY IF EXISTS.Robert Haas2011-10-21
* Simplify and improve ProcessStandbyHSFeedbackMessage logic.Tom Lane2011-10-20
* Fix memory leak in tab completion.Tom Lane2011-10-20
* Fix pg_dump to dump casts between auto-generated types.Tom Lane2011-10-18
* Exclude postmaster.opts from base backupsMagnus Hagander2011-10-18
* Fix collate.linux.utf8 expected output for recent error message change.Tom Lane2011-10-16
* Fix bugs in information_schema.referential_constraints view.Tom Lane2011-10-14
* Fix up Perl-to-Postgres datatype conversions in pl/perl.Tom Lane2011-10-13
* Don't mark auto-generated types as extension members.Tom Lane2011-10-12
* Throw a useful error message if an extension script file is fed to psql.Tom Lane2011-10-12
* Revert accidental change to pg_config_manual.h.Robert Haas2011-10-09
* Don't let transform_null_equals=on affect CASE foo WHEN NULL ... constructs.Heikki Linnakangas2011-10-08
* Ensure walsenders can be SIGTERMed while in non-walsender codeMagnus Hagander2011-10-06
* Improve and simplify CREATE EXTENSION's management of GUC variables.Tom Lane2011-10-05
* Add sourcefile/sourceline data to EXEC_BACKEND GUC transmission files.Tom Lane2011-10-04
* ProcedureCreate neglected to record dependencies on default expressions.Tom Lane2011-10-03
* Fix pg_upgrade for EXEC_BACKEND builds (e.g. Windows) by properlyBruce Momjian2011-09-29
* Fix index matching for operators with mixed collatable/noncollatable inputs.Tom Lane2011-09-29
* Fix window functions that sort by expressions involving aggregates.Tom Lane2011-09-26
* Un-break compression of plain-text output format in pg_dump.Tom Lane2011-09-25
* Fix our mapping of Windows timezones for Central America.Tom Lane2011-09-23
* Stamp 9.1.1.REL9_1_1Tom Lane2011-09-22
* Translation updatesPeter Eisentraut2011-09-22
* Fix another bit of unlogged-table-induced breakage.Robert Haas2011-09-21
* Suppress "unused function" warning when not HAVE_LOCALE_T.Tom Lane2011-09-20
* Improve reporting of newlocale() failures in CREATE COLLATION.Tom Lane2011-09-20
* Avoid unnecessary page-level SSI lock check in heap_insert().Tom Lane2011-09-16
* gistendscan() forgot to free so->giststate.Tom Lane2011-09-16
* Teach the makefile used to build stand-alone libpq on Windows that libpqHeikki Linnakangas2011-09-14
* deflist_to_tuplestore dumped core on an option with no value.Tom Lane2011-09-13
* Stamp 9.1.0.REL9_1_0Tom Lane2011-09-08
* Translation updates for 9.1.0Peter Eisentraut2011-09-08
* Add missing format argument to ecpg_log() callPeter Eisentraut2011-09-08