Commit Graph

32370 Commits (cfd8cf37d20be715e4bb9e382844c79556516824)
 

Author SHA1 Message Date
Tom Lane cfd8cf37d2 Stamp 9.1.2. 14 years ago
Tom Lane 92b9e439e7 Clarify documentation about SQL:2008 variant of LIMIT/OFFSET syntax. 14 years ago
Peter Eisentraut a03c47c29e Translation updates 14 years ago
Tom Lane ac3dcca22e Fix getTypeIOParam to support type record[]. 14 years ago
Tom Lane 0f90fb90c3 Update information about configuring SysV IPC parameters on NetBSD. 14 years ago
Tom Lane 2cbe4f4c9e Draft release notes for 9.1.2, 9.0.6, 8.4.10, 8.3.17, 8.2.23. 14 years ago
Tom Lane 6f04dbee4b Update time zone data files to tzdata release 2011n. 14 years ago
Tom Lane b2b1220dee Tweak previous patch to ensure edata->filename always gets initialized. 14 years ago
Peter Eisentraut 81a50686b8 Strip file names reported in error messages in vpath builds 14 years ago
Tom Lane 2767158978 Prevent autovacuum transactions from running in serializable mode. 14 years ago
Peter Eisentraut 10ff8f98a0 pg_dump: Add gettext plural support to error message 14 years ago
Tom Lane ec3e183ec5 Disallow deletion of CurrentExtensionObject while running extension script. 14 years ago
Tom Lane 8ab9df0db1 Remove erroneous claim about use of pg_locks.objid for advisory locks. 14 years ago
Tom Lane 5c19c057dc Fix some bogosities in pg_dump's foreign-table support. 14 years ago
Tom Lane 0702c86a13 Ensure that whole-row junk Vars are always of composite type. 14 years ago
Andrew Dunstan bcba9acf0d Fix MSVC builds broken by xsubpp change 14 years ago
Andrew Dunstan 9f42e5b3ec Use the right interpreter for encoding test. 14 years ago
Andrew Dunstan 403372459e Use the preferred version of xsubpp, not necessarily the one that came with the 14 years ago
Tom Lane 19d88c9f82 Fix overly-aggressive and inconsistent quoting in OS X start script. 14 years ago
Andrew Dunstan e75d41f0c3 Ensure plperl strings are always correctly UTF8 encoded. 14 years ago
Bruce Momjian 6b5510e8d6 Allow pg_upgrade to upgrade clusters that use exclusion contraints by 14 years ago
Tom Lane eacff260fd Fix erroneous replay of GIN_UPDATE_META_PAGE WAL records. 14 years ago
Heikki Linnakangas d2192a108c Preserve SQLSTATE when an SPI error is propagated through PL/python 14 years ago
Tom Lane 94bdb19881 Fix citext upgrade script to update derived copies of pg_type.typcollation. 14 years ago
Tom Lane 590ceed6f2 Avoid floating-point underflow while tracking buffer allocation rate. 14 years ago
Bruce Momjian 663e27c405 Fix pg_upgrade's pg_scandir_internal() the right way. Backpatch to 9.1. 14 years ago
Bruce Momjian 379aa2f5a4 Fix pg_upgrade's pg_scandir_internal() to properly handle a NULL 14 years ago
Michael Meskes 165fd3947a Applied Zoltan's patch to correctly align interval and timestamp data in ecpg's sqlda. 14 years ago
Robert Haas 43eeaefeea Don't elide blank lines when accumulating psql command history. 14 years ago
Michael Meskes 8fad10a575 Applied patch by Zoltan to fix copy&paste bug in ecpg's sqlda handling. 14 years ago
Tom Lane 37fb0170b7 In plpgsql, allow foreign tables to define row types. 14 years ago
Tom Lane 07d5205582 Throw nice error if server is too old to support psql's \ef or \sf command. 14 years ago
Robert Haas 91e8cb61a5 Correct documentation for trace_userlocks. 14 years ago
Tom Lane febda37fda Avoid platform-dependent infinite loop in pg_dump. 14 years ago
Peter Eisentraut 37e66e75d8 Fix server header file installation with vpath builds 14 years ago
Bruce Momjian 0b6a1e8a16 Document that PQexec() can handle a NULL res pointer just fine. 14 years ago
Peter Eisentraut 7e2c42c74c Only install the extension files for the current Python major version 14 years ago
Tom Lane 2e16d61ddb Fix random discrepancies between parallel_schedule and serial_schedule. 14 years ago
Tom Lane 7097e6c4a4 Wrap appendrel member outputs in PlaceHolderVars in additional cases. 14 years ago
Heikki Linnakangas b1c701c909 Make DatumGetInetP() unpack inet datums with a 1-byte header, and add 14 years ago
Peter Eisentraut 97c3d4853b -DLINUX_OOM_ADJ=0 should be in CPPFLAGS, not CFLAGS 14 years ago
Tom Lane 27864da6b1 Fix assorted bugs in contrib/unaccent's configuration file parsing. 14 years ago
Tom Lane 8bfc2b5a80 Don't assume that a tuple's header size is unchanged during toasting. 14 years ago
Peter Eisentraut 97d5b21c86 Fix archive_command example 14 years ago
Tom Lane 92375ed2bd Fix bogus code in contrib/ tsearch dictionary examples. 14 years ago
Tom Lane 1819a375f1 Fix inline_set_returning_function() to allow multiple OUT parameters. 14 years ago
Tom Lane e4e60e7b61 Fix handling of PlaceHolderVars in nestloop parameter management. 14 years ago
Tom Lane 5cd7b68242 Revert "Stop btree indexscans upon reaching nulls in either direction." 14 years ago
Simon Riggs bf70bf4c71 Derive oldestActiveXid at correct time for Hot Standby. 14 years ago
Simon Riggs 93b915b3d1 Start Hot Standby faster when initial snapshot is incomplete. 14 years ago