Commit Graph

27018 Commits (11efdb06eef786abedffbbdcdb5c7fbd38416860)
 

Author SHA1 Message Date
Tom Lane 11efdb06ee Fix a couple of contrib/dblink bugs. 14 years ago
Tom Lane b1be1294cc Fix O(N^2) behavior in pg_dump when many objects are in dependency loops. 14 years ago
Tom Lane 55eb256789 Fix O(N^2) behavior in pg_dump for large numbers of owned sequences. 14 years ago
Tom Lane 38350a4965 Fix GET DIAGNOSTICS for case of assignment to function's first variable. 14 years ago
Robert Haas 596e16320e Don't allow CREATE TABLE AS to put relations in pg_global. 14 years ago
Alvaro Herrera 11d7d11e53 Update struct Trigger in docs 14 years ago
Andrew Dunstan 206f5b08ec Honor inputdir and outputdir when converting regression files. 14 years ago
Tatsuo Ishii 77397621d8 Add description for --no-locale and --text-search-config. 14 years ago
Tom Lane 3713ca86fb Improve documentation around logging_collector and use of stderr. 14 years ago
Tom Lane 82345d87c7 Stamp 8.3.18. 14 years ago
Tom Lane ecabae5af9 Last-minute release note updates. 14 years ago
Tom Lane a7f6cb8548 Convert newlines to spaces in names written in pg_dump comments. 14 years ago
Tom Lane d1b8b8fbea Require execute permission on the trigger function for CREATE TRIGGER. 14 years ago
Peter Eisentraut a930226c61 Translation updates 14 years ago
Tom Lane c06598ce18 Draft release notes for 9.1.3, 9.0.7, 8.4.11, 8.3.18. 14 years ago
Tom Lane 2c293f2549 Don't clear btpo_cycleid during _bt_vacuum_one_page. 14 years ago
Magnus Hagander f3ad4ca00e Avoid double close of file handle in syslogger on win32 14 years ago
Tom Lane 246b85a948 Don't reject threaded Python on FreeBSD. 14 years ago
Tom Lane 35ab4284b4 Fix regex back-references that are directly quantified with *. 14 years ago
Tom Lane b0e1a4bd5e Fix longstanding error in contrib/intarray's int[] & int[] operator. 14 years ago
Tom Lane 3eb2ff16db Fix I/O-conversion-related memory leaks in plpgsql. 14 years ago
Tom Lane 01f99e2d20 Fix brain fade in previous pg_dump patch. 14 years ago
Tom Lane 02e6418181 Fix pg_dump for better handling of inherited columns. 14 years ago
Tom Lane 0f5d208253 Avoid problems with OID wraparound during WAL replay. 14 years ago
Heikki Linnakangas 483c8ce2a4 Accept a non-existent value in "ALTER USER/DATABASE SET ..." command. 14 years ago
Tom Lane b882ffc24e Fix error detection in contrib/pgcrypto's encrypt_iv() and decrypt_iv(). 14 years ago
Tom Lane 3852cfaf60 Fix one-byte buffer overrun in contrib/test_parser. 14 years ago
Tom Lane aa31c350fe Use __sync_lock_test_and_set() for spinlocks on ARM, if available. 14 years ago
Tom Lane a86448e868 Fix pg_restore's direct-to-database mode for INSERT-style table data. 14 years ago
Andrew Dunstan 6f630af876 Disable excessive FP optimization by recent versions of gcc. 15 years ago
Heikki Linnakangas c1a03230b7 Revert the behavior of inet/cidr functions to not unpack the arguments. 15 years ago
Tom Lane 8ec76895b7 Stamp 8.3.17. 15 years ago
Tom Lane 50be28d2ac Update information about configuring SysV IPC parameters on NetBSD. 15 years ago
Tom Lane b06231a974 Draft release notes for 9.1.2, 9.0.6, 8.4.10, 8.3.17, 8.2.23. 15 years ago
Tom Lane 48e6495e13 Update time zone data files to tzdata release 2011n. 15 years ago
Tom Lane ed30dff211 Tweak previous patch to ensure edata->filename always gets initialized. 15 years ago
Peter Eisentraut 74f02254c5 Strip file names reported in error messages in vpath builds 15 years ago
Andrew Dunstan 322fc5cf56 Backpatch "Use the preferred version of xsubpp." 15 years ago
Tom Lane fdaff0ba1e Avoid floating-point underflow while tracking buffer allocation rate. 15 years ago
Robert Haas 692ca693b9 Don't elide blank lines when accumulating psql command history. 15 years ago
Peter Eisentraut e7c8efa064 Fix server header file installation with vpath builds 15 years ago
Heikki Linnakangas 3944238aab Make DatumGetInetP() unpack inet datums with a 1-byte header, and add 15 years ago
Tom Lane c34088fdeb Don't assume that a tuple's header size is unchanged during toasting. 15 years ago
Peter Eisentraut 60817575f1 Fix archive_command example 15 years ago
Tom Lane 0dddbbcd31 Fix bogus code in contrib/ tsearch dictionary examples. 15 years ago
Tom Lane a0bd4f7c2a Revert "Stop btree indexscans upon reaching nulls in either direction." 15 years ago
Tom Lane 7e03d28490 Fix race condition with toast table access from a stale syscache entry. 15 years ago
Tom Lane ff41611ddc Stop btree indexscans upon reaching nulls in either direction. 15 years ago
Tom Lane b52ca458e9 Fix assorted bogosities in cash_in() and cash_out(). 15 years ago
Tom Lane 05c3b9a3fe Update docs to point to the timezone library's new home at IANA. 15 years ago