Commit Graph

23247 Commits (8507c2f8564b709bb6a3cc86e9599f6129f45c8e)

Author SHA1 Message Date
Robert Haas 8507c2f856 Improve readability and error messages in pg_backup_start_time. 14 years ago
Robert Haas 68de499bda New SQL functons pg_backup_in_progress() and pg_backup_start_time() 14 years ago
Robert Haas cd80073445 During transaction cleanup, release locks before deleting files. 14 years ago
Robert Haas 6cd015bea3 Add new function log_newpage_buffer. 14 years ago
Robert Haas a475c60367 Remove misplaced sanity check from heap_create(). 14 years ago
Robert Haas d2c86a1ccd Remove RELKIND_UNCATALOGED. 14 years ago
Robert Haas 7582e0be78 Make \conninfo print SSL information. 14 years ago
Tom Lane 80491a1983 Add 9.2 branch to git_changelog's list. 14 years ago
Tom Lane f32609db72 Flesh out RELEASE_CHANGES instructions for branching in git. 14 years ago
Tom Lane 357c549334 Stamp library minor versions for 9.3. 14 years ago
Tom Lane bed88fceac Stamp HEAD as 9.3devel. 14 years ago
Tom Lane 80edfd7659 Revisit error message details for JSON input parsing. 14 years ago
Tom Lane b8b69d8990 Revert "Reduce checkpoints and WAL traffic on low activity database server" 14 years ago
Tom Lane c3bc76bdb0 Deprecate use of GLOBAL and LOCAL in temp table creation. 14 years ago
Tom Lane 93f4d7f806 Support Linux's oom_score_adj API as well as the older oom_adj API. 14 years ago
Peter Eisentraut c0a6f9c84b Improve documentation of postgres -C option 14 years ago
Tom Lane f871ef74a5 Minor code review for json.c. 14 years ago
Robert Haas 36b7e3da17 Mark JSON error detail messages for translation. 14 years ago
Tom Lane 51e61b04f8 Ensure pg_ctl behaves sanely when data directory is not specified. 14 years ago
Tom Lane bf0945e863 Fix pg_dump output to a named tar-file archive. 14 years ago
Peter Eisentraut 7d754961f7 pg_receivexlog: Rename option --dir to --directory 14 years ago
Magnus Hagander 3595a71e9c Prevent non-streaming replication connections from being selected sync slave 14 years ago
Magnus Hagander 9af34cdec8 Revert behaviour of -x/--xlog to 9.1 semantics 14 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 14 years ago
Bruce Momjian 60801944fa Update pgindent install instructions and update typedef list. 14 years ago
Magnus Hagander a0b4c5a20a Fix pg_basebackup/pg_receivexlog for floating point timestamps 14 years ago
Magnus Hagander 7c1abc00fa Error message capitalization fix 14 years ago
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
Tom Lane ece01aae47 Scan the buffer pool just once, not once per fork, during relation drop. 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
Tom Lane 3dd8e59681 Fix bogus handling of control characters in json_lex_string(). 14 years ago
Tom Lane d73b7f973d Fix memory leaks in failure paths in buildACLCommands and parseAclItem. 14 years ago
Simon Riggs d3abbbebe5 Avoid early reuse of btree pages, causing incorrect query results. 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 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