summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-12-01Stamp 9.1.2.REL9_1_2Tom Lane
2011-12-01Clarify documentation about SQL:2008 variant of LIMIT/OFFSET syntax.Tom Lane
2011-12-01Translation updatesPeter Eisentraut
2011-12-01Fix getTypeIOParam to support type record[].Tom Lane
2011-12-01Update information about configuring SysV IPC parameters on NetBSD.Tom Lane
2011-12-01Draft release notes for 9.1.2, 9.0.6, 8.4.10, 8.3.17, 8.2.23.Tom Lane
2011-11-30Update time zone data files to tzdata release 2011n.Tom Lane
2011-11-30Tweak previous patch to ensure edata->filename always gets initialized.Tom Lane
2011-11-30Strip file names reported in error messages in vpath buildsPeter Eisentraut
2011-11-30Prevent autovacuum transactions from running in serializable mode.Tom Lane
2011-11-29pg_dump: Add gettext plural support to error messagePeter Eisentraut
2011-11-29Disallow deletion of CurrentExtensionObject while running extension script.Tom Lane
2011-11-28Remove erroneous claim about use of pg_locks.objid for advisory locks.Tom Lane
2011-11-28Fix some bogosities in pg_dump's foreign-table support.Tom Lane
2011-11-28Ensure that whole-row junk Vars are always of composite type.Tom Lane
2011-11-27Fix MSVC builds broken by xsubpp changeAndrew Dunstan
2011-11-26Use the right interpreter for encoding test.Andrew Dunstan
2011-11-26Use the preferred version of xsubpp, not necessarily the one that came with theAndrew Dunstan
2011-11-26Fix overly-aggressive and inconsistent quoting in OS X start script.Tom Lane
2011-11-26Ensure plperl strings are always correctly UTF8 encoded.Andrew Dunstan
2011-11-25Allow pg_upgrade to upgrade clusters that use exclusion contraints byBruce Momjian
2011-11-25Fix erroneous replay of GIN_UPDATE_META_PAGE WAL records.Tom Lane
2011-11-24Preserve SQLSTATE when an SPI error is propagated through PL/pythonHeikki Linnakangas
2011-11-21Fix citext upgrade script to update derived copies of pg_type.typcollation.Tom Lane
2011-11-19Avoid floating-point underflow while tracking buffer allocation rate.Tom Lane
2011-11-17Fix pg_upgrade's pg_scandir_internal() the right way. Backpatch to 9.1.Bruce Momjian
2011-11-17Fix pg_upgrade's pg_scandir_internal() to properly handle a NULLBruce Momjian
2011-11-17Applied Zoltan's patch to correctly align interval and timestamp data in ecpg...Michael Meskes
2011-11-16Don't elide blank lines when accumulating psql command history.Robert Haas
2011-11-13Applied patch by Zoltan to fix copy&paste bug in ecpg's sqlda handling.Michael Meskes
2011-11-12In plpgsql, allow foreign tables to define row types.Tom Lane
2011-11-10Throw nice error if server is too old to support psql's \ef or \sf command.Tom Lane
2011-11-10Correct documentation for trace_userlocks.Robert Haas
2011-11-10Avoid platform-dependent infinite loop in pg_dump.Tom Lane
2011-11-10Fix server header file installation with vpath buildsPeter Eisentraut
2011-11-10Document that PQexec() can handle a NULL res pointer just fine.Bruce Momjian
2011-11-09Only install the extension files for the current Python major versionPeter Eisentraut
2011-11-09Fix random discrepancies between parallel_schedule and serial_schedule.Tom Lane
2011-11-09Wrap appendrel member outputs in PlaceHolderVars in additional cases.Tom Lane
2011-11-08Make DatumGetInetP() unpack inet datums with a 1-byte header, and addHeikki Linnakangas
2011-11-08-DLINUX_OOM_ADJ=0 should be in CPPFLAGS, not CFLAGSPeter Eisentraut
2011-11-07Fix assorted bugs in contrib/unaccent's configuration file parsing.Tom Lane
2011-11-05Don't assume that a tuple's header size is unchanged during toasting.Tom Lane
2011-11-04Fix archive_command examplePeter Eisentraut
2011-11-03Fix bogus code in contrib/ tsearch dictionary examples.Tom Lane
2011-11-03Fix inline_set_returning_function() to allow multiple OUT parameters.Tom Lane
2011-11-03Fix handling of PlaceHolderVars in nestloop parameter management.Tom Lane
2011-11-02Revert "Stop btree indexscans upon reaching nulls in either direction."Tom Lane
2011-11-02Derive oldestActiveXid at correct time for Hot Standby.Simon Riggs
2011-11-02Start Hot Standby faster when initial snapshot is incomplete.Simon Riggs