Commit Graph

32442 Commits (e076ee6d3f1bf9ece52eb7c9dacea8f91e4c991c)
 

Author SHA1 Message Date
Tom Lane e076ee6d3f Improve documentation around logging_collector and use of stderr. 14 years ago
Tom Lane ef03b34550 Allow child-relation entries to be made in ec_has_const EquivalenceClasses. 14 years ago
Tom Lane af1967239a Simplify references to backslash-doubling in func.sgml. 14 years ago
Heikki Linnakangas 86073a2b7a Correctly detect SSI conflicts of prepared transactions after crash. 14 years ago
Tom Lane 57b100fe0f Fix some more bugs in GIN's WAL replay logic. 14 years ago
Tom Lane 64c47e4542 Stamp 9.1.3. 14 years ago
Tom Lane 22795f096b Last-minute release note updates. 14 years ago
Tom Lane 2d2f63ddcc Convert newlines to spaces in names written in pg_dump comments. 14 years ago
Tom Lane e6fcb03dc0 Remove arbitrary limitation on length of common name in SSL certificates. 14 years ago
Tom Lane 54e2b6488b Require execute permission on the trigger function for CREATE TRIGGER. 14 years ago
Tom Lane 630fa6f308 Allow MinGW builds to use standardly-named OpenSSL libraries. 14 years ago
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