Commit Graph

33700 Commits (a04dc87db140ddfb86008f424b8c4b2b6eeaa4cf)
 

Author SHA1 Message Date
Tom Lane a04dc87db1 Improve comment for GetStableLatestTransactionId(). 14 years ago
Simon Riggs a2b516dab9 Only throw recovery conflicts when InHotStandby. Bug fix to recent 14 years ago
Tom Lane c8105e62bb Update time zone data files to tzdata release 2012c. 14 years ago
Tom Lane ad0009e7be Force PL and range-type support functions to be owned by a superuser. 14 years ago
Tom Lane 33c6eaf78e Ignore SECURITY DEFINER and SET attributes for a PL's call handler. 14 years ago
Tom Lane cd0ff9c0f4 Expand the allowed range of timezone offsets to +/-15:59:59 from Greenwich. 14 years ago
Robert Haas 07ab1383e3 Fix two more bugs in fast-path relation locking. 14 years ago
Tom Lane 932ded2ed5 Fix incorrect password transformation in contrib/pgcrypto's DES crypt(). 14 years ago
Heikki Linnakangas d1996ed5e8 Change the way parent pages are tracked during buffered GiST build. 14 years ago
Heikki Linnakangas be02b16826 Delete the temporary file used in buffered GiST build, after the build. 14 years ago
Tom Lane 4317e0246c Rewrite --section option to decouple it from --schema-only/--data-only. 14 years ago
Heikki Linnakangas 4bc6fb57f7 Fix integer overflow bug in GiST buffering build calculations. 14 years ago
Tom Lane 2755abf386 Teach AbortOutOfAnyTransaction to clean up partially-started transactions. 14 years ago
Tom Lane c89bdf7690 Eliminate some more O(N^2) behaviors in pg_dump/pg_restore. 14 years ago
Peter Eisentraut 2d612abd4d libpq: URI parsing fixes 14 years ago
Peter Eisentraut 388d251679 Update SQL features list 14 years ago
Peter Eisentraut 8e497c731b psql: Remove notice about readline from --version output 14 years ago
Peter Eisentraut 27314d32a8 Suppress -Wunused-result warning about write() 14 years ago
Peter Eisentraut a8b92b6090 PL/Perl: Avoid compiler warning from clang 14 years ago
Bruce Momjian 4498a3407a Improve pg_upgrade C comment. 14 years ago
Bruce Momjian 20a3830b81 Add C comment explaining why we can't exclude checking functions in the 14 years ago
Bruce Momjian d4696fa68f Add pg_update C comment about problems with plpython_call_handler(). 14 years ago
Magnus Hagander 16282ae688 Make pg_recievexlog by default loop on connection failures 14 years ago
Magnus Hagander 2b97db61dd Fix handling of pg_stat_statements.stat temporary file 14 years ago
Tom Lane 532fe28dad Prevent synchronized scanning when systable_beginscan chooses a heapscan. 14 years ago
Tom Lane d3b97d1488 Fix string truncation to be multibyte-aware in text_name and bpchar_name. 14 years ago
Tom Lane 73cc7d3b24 Use binary search instead of brute-force scan in findNamespace(). 14 years ago
Bruce Momjian 45ca31d6a7 Have pg_upgrade only use one extra log file for Win32, not two. 14 years ago
Magnus Hagander 31d965819b Fix base backup streaming xlog from standby 14 years ago
Bruce Momjian d226e236c6 On Windows, have pg_upgrade use different two files to log pg_ctl 14 years ago
Bruce Momjian 32cebaaed5 Clarify 9.2 release notes items about pg_stat_statements, to better 14 years ago
Bruce Momjian 7672366a89 Change pg_stat_statements order of release note items, per Peter 14 years ago
Bruce Momjian eeef7bd2da Remove PL/Perl null array 9.2 release note item, per Andrew Dunstan 14 years ago
Tom Lane 2a4c46e0ba Fix array overrun in regex code. 14 years ago
Peter Eisentraut ace397e9d2 Update SQL key word list to SQL:2011 14 years ago
Bruce Momjian 476291bef0 Adjust pg_upgrade to output a separate log file for pg_ctl output on 14 years ago
Magnus Hagander 77f93cb32d Add missing PQfinish() calls 14 years ago
Peter Eisentraut 72155b29a8 pg_standby: Remove tabs from string literals 14 years ago
Bruce Momjian db2cd07482 Mention Peter Geoghegan as primary author of pg_stat_statements changes. 14 years ago
Bruce Momjian 13477c0197 Improve wording of 9.2 clog release note item. 14 years ago
Bruce Momjian b9c895ee6f Add 9.2 release note authorship mentions for Heikki and Alexander 14 years ago
Tom Lane ed962fd712 Ensure that seqscans check for interrupts at least once per page. 14 years ago
Peter Eisentraut 92a953fbf8 Add small example about pg_archivecleanup -x option 14 years ago
Bruce Momjian 0013a665b7 Fix markup for HISTORY generation. 14 years ago
Bruce Momjian e6b7170c33 Fix reindexdb manual page to say --maintenance-db controls what is 14 years ago
Bruce Momjian 007522e6b4 9.2 release notes: GiST index improvements are for all geometric index 14 years ago
Bruce Momjian 8a46e25189 Remove reviewers from 9.2 release notes; improve attributions. 14 years ago
Robert Haas 8fbe5a317d Fix error message for COMMENT/SECURITY LABEL ON COLUMN xxx IS 'yyy' 14 years ago
Robert Haas b536458e73 Release note improvements. 14 years ago
Robert Haas 304aa339b2 Prevent pg_basebackup when integer_datetimes flag doesn't match. 14 years ago