Commit Graph

32431 Commits (602dd1eeaad14a4bef92045956de7e7249f8b38e)
 

Author SHA1 Message Date
Peter Eisentraut 602dd1eeaa Translation updates 14 years ago
Peter Eisentraut 09c00af94e Remove inappropriate quotes 14 years ago
Tom Lane f209a0c559 Draft release notes for 9.1.3, 9.0.7, 8.4.11, 8.3.18. 14 years ago
Alvaro Herrera cfd1c382f0 REASSIGN OWNED: Support foreign data wrappers and servers 14 years ago
Simon Riggs 11c730f412 Correctly initialise shared recoveryLastRecPtr in recovery. 14 years ago
Tom Lane 6182e01f18 Don't clear btpo_cycleid during _bt_vacuum_one_page. 14 years ago
Magnus Hagander 3d2aa2c086 Avoid double close of file handle in syslogger on win32 14 years ago
Tom Lane f22bd1570e Don't reject threaded Python on FreeBSD. 14 years ago
Tom Lane d3158f339f Fix regex back-references that are directly quantified with *. 14 years ago
Tom Lane 86328cbc34 Fix longstanding error in contrib/intarray's int[] & int[] operator. 14 years ago
Tom Lane 04a0231e56 Run a portal's cleanup hook immediately when pushing it to FAILED state. 14 years ago
Michael Meskes 421513ba84 Do not use the variable name when defining a varchar structure in ecpg. 14 years ago
Andrew Dunstan 6c1603cd8a Fix auto-explain JSON output to be valid JSON. 14 years ago
Tom Lane 6fb17aeeab Fix I/O-conversion-related memory leaks in plpgsql. 14 years ago
Tom Lane dd4e0a3878 Fix oversight in pg_dump's handling of extension configuration tables. 14 years ago
Tom Lane e565eff45a Fix brain fade in previous pg_dump patch. 14 years ago
Tom Lane 182228bd74 Fix pg_dump for better handling of inherited columns. 14 years ago
Tom Lane 1e7d008bf8 Throw error sooner for unlogged GiST indexes. 14 years ago
Tom Lane ef19c9dfaa Fix postmaster to attempt restart after a hot-standby crash. 14 years ago
Tom Lane c74ad4e55b Avoid throwing ERROR during WAL replay of DROP TABLESPACE. 14 years ago
Tom Lane f1b8a84dec Avoid problems with OID wraparound during WAL replay. 14 years ago
Alvaro Herrera 2a84671909 fe-misc.c depends on pg_config_paths.h 14 years ago
Tom Lane b2e1eaa4a1 Fix transient clobbering of shared buffers during WAL replay. 14 years ago
Simon Riggs 8572cc495c Resolve timing issue with logging locks for Hot Standby. 14 years ago
Heikki Linnakangas b896e1e852 Accept a non-existent value in "ALTER USER/DATABASE SET ..." command. 14 years ago
Tom Lane 106123fa26 Fix pushing of index-expression qualifications through UNION ALL. 14 years ago
Tom Lane b3bd5a093f Update statement about sorting of character-string data. 14 years ago
Tom Lane 1a096957d7 Fix handling of init_plans list in inheritance_planner(). 14 years ago
Tom Lane 0b1e177953 Fix handling of data-modifying CTE subplans in EvalPlanQual. 14 years ago
Tom Lane 7c016e3f56 Fix error detection in contrib/pgcrypto's encrypt_iv() and decrypt_iv(). 14 years ago
Magnus Hagander b7922a6dd0 Fix wording, per Peter Geoghegan 14 years ago
Bruce Momjian e96fcb06b9 Now that the shared library name can be adjusted in the library test, 14 years ago
Bruce Momjian fa4dad6cc0 In pg_upgrade, when checking for the plpython library, we must check for 14 years ago
Bruce Momjian e9cdb00ccd Remove tab in 9.1 SGML file. 14 years ago
Heikki Linnakangas 02f377dbe5 Fix corner case in cleanup of transactions using SSI. 14 years ago
Andrew Dunstan ef007e6702 Improve efficiency of recent changes to plperl's sv2cstr(). 14 years ago
Tom Lane b994c57a80 Fix CLUSTER/VACUUM FULL for toast values owned by recently-updated rows. 14 years ago
Tom Lane d427e75e51 Fix one-byte buffer overrun in contrib/test_parser. 14 years ago
Tom Lane 068e08eebb Use __sync_lock_test_and_set() for spinlocks on ARM, if available. 14 years ago
Tom Lane f517ece063 Fix typo, pg_types_date.h => pgtypes_date.h. 14 years ago
Tom Lane 522650a6e4 Fix pg_restore's direct-to-database mode for INSERT-style table data. 14 years ago
Robert Haas f9f0484504 Fix variable confusion in BufferSync(). 14 years ago
Andrew Dunstan d1d836f92c Fix breakage from earlier plperl fix. 14 years ago
Andrew Dunstan d496384d67 Work around perl bug in SvPVutf8(). 14 years ago
Tom Lane 658ee01086 Make executor's SELECT INTO code save and restore original tuple receiver. 14 years ago
Tom Lane 188f1b9282 Fix coerce_to_target_type for coerce_type's klugy handling of COLLATE. 14 years ago
Tom Lane 71b23708d4 Update per-column ACLs, not only per-table ACL, when changing table owner. 14 years ago
Tom Lane 5d7d12de56 Fix gincostestimate to handle ScalarArrayOpExpr reasonably. 14 years ago
Tom Lane a63a7a5b09 Avoid crashing when we have problems unlinking files post-commit. 14 years ago
Michael Meskes bb4cfebd64 In ecpg removed old leftover check for given connection name. 14 years ago