Commit Graph

33728 Commits (8570114dc1a7a655043d94a6eb1ebf295f1d3647)
 

Author SHA1 Message Date
Peter Eisentraut 8570114dc1 Make include files work without having to include other ones first 14 years ago
Simon Riggs 28ac797287 Revert error message on GLOBAL/LOCAL pending further discussion 14 years ago
Simon Riggs 72335a2015 Add ERROR msg for GLOBAL/LOCAL TEMP is not yet implemented 14 years ago
Simon Riggs 3725570539 Fix bug in early startup of Hot Standby with subtransactions. 14 years ago
Robert Haas 3b5548a3d5 When using libpq URI syntax, error out on invalid parameter names. 14 years ago
Peter Eisentraut f1438cf5c6 Documentation style improvements 14 years ago
Tom Lane ece01aae47 Scan the buffer pool just once, not once per fork, during relation drop. 14 years ago
Peter Eisentraut 5baf6da717 Documentation spell and markup checking 14 years ago
Peter Eisentraut 5d0109bd27 Message style improvements 14 years ago
Tom Lane e8d029a30b Do unlocked prechecks in bufmgr.c loops that scan the whole buffer pool. 14 years ago
Simon Riggs 2c8a4e9be2 Wake WALSender to reduce data loss at failover for async commit. 14 years ago
Robert Haas b50991eedb Fix more crash-safe visibility map bugs, and improve comments. 14 years ago
Magnus Hagander 92135ea0ed Use strerror(errno) instead of %m 14 years ago
Magnus Hagander 1e57c2c5b2 Fix typo 14 years ago
Magnus Hagander 778201200b Add example of archive_command to use with pg_receivexlog 14 years ago
Tom Lane 3dd8e59681 Fix bogus handling of control characters in json_lex_string(). 14 years ago
Tom Lane d9b31e4859 Fix some more bugs in contrib/xml2's xslt_process(). 14 years ago
Tom Lane d73b7f973d Fix memory leaks in failure paths in buildACLCommands and parseAclItem. 14 years ago
Bruce Momjian 8fcbfea788 In pg_upgrade, report pre-PG 8.1 plpython helper functions left in the 14 years ago
Simon Riggs d3abbbebe5 Avoid early reuse of btree pages, causing incorrect query results. 14 years ago
Simon Riggs 3e4d3a32b2 Improve description of pg_stat_statements normalisation in release notes. 14 years ago
Simon Riggs 56b62cbd01 Clarify description of covering indexes in release notes 14 years ago
Simon Riggs a6e1d7b5fb Copy editing of release notes for couple of my items. 14 years ago
Simon Riggs 055c352abb After any checkpoint, close all smgr files handles in bgwriter 14 years ago
Simon Riggs a297d64d92 Checkpointer starts before bgwriter to avoid missing fsync requests. 14 years ago
Simon Riggs 1ec6a2bbc9 Provide interim statistics while in mid-checkpoint. 14 years ago
Tom Lane 4bec93ac0f Stamp 9.2beta2. 14 years ago
Tom Lane 51ecf52c01 Update release notes for 9.1.4, 9.0.8, 8.4.12, 8.3.19. 14 years ago
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