Commit Graph

34432 Commits (44c03efee3d15a1db3d64bc5a2da91c145a91873)
 

Author SHA1 Message Date
Peter Eisentraut 44c03efee3 doc: Fix broken links to DocBook wiki 13 years ago
Bruce Momjian 5eeab9c85c In pg_upgrade, improve status wording now that we have per-database 13 years ago
Alvaro Herrera 113d25c4e6 Change test ExceptionalCondition to return void 13 years ago
Tom Lane d54a94b806 Take buffer lock while inspecting btree index pages in contrib/pageinspect. 13 years ago
Bruce Momjian b86327c1c5 Split initdb.c main() code into multiple functions, for easier 13 years ago
Bruce Momjian 12ee6ec71f In pg_upgrade, dump each database separately and use 13 years ago
Bruce Momjian bd9c8e741b Move long_options structures to the top of main() functions, for 13 years ago
Tom Lane da63fec7db Add missing buffer lock acquisition in GetTupleForTrigger(). 13 years ago
Andrew Dunstan abece8af17 Clean environment for pg_upgrade test. 13 years ago
Magnus Hagander 65c3bf19fd Add libpq function PQconninfo() 13 years ago
Tom Lane 4af446e7cd Produce a more useful error message for over-length Unix socket paths. 13 years ago
Simon Riggs d3fe59939c Correctly init fast path fields on PGPROC 13 years ago
Simon Riggs f1e57a4ec9 Cleanup VirtualXact at end of Hot Standby. 13 years ago
Robert Haas 7a2fe9bd03 Basic binary heap implementation. 13 years ago
Michael Meskes 086cf1458c When processing nested structure pointer variables ecpg always expected an 13 years ago
Tom Lane 1fc698cf14 Suppress parallel build in interfaces/ecpg/preproc/. 13 years ago
Tom Lane 3c84046490 Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY. 13 years ago
Alvaro Herrera 1577b46b7c Split out rmgr rm_desc functions into their own files 13 years ago
Heikki Linnakangas dd7353dde8 If we don't have a backup-end-location, don't claim we've reached it. 13 years ago
Tom Lane e78d288c89 Add explicit casts in ilist.h's inline functions. 13 years ago
Heikki Linnakangas 1f67078ea3 Add OpenTransientFile, with automatic cleanup at end-of-xact. 13 years ago
Tom Lane 532994299e Revert patch for taking fewer snapshots. 13 years ago
Tom Lane d3237e04ca Fix SELECT DISTINCT with index-optimized MIN/MAX on inheritance trees. 13 years ago
Bruce Momjian 6b711cf37c In pg_upgrade, simplify function copy_file() by using pg_malloc() and 13 years ago
Bruce Momjian 16e1ae77f9 In pg_upgrade, fix a few place that used maloc/free rather than 13 years ago
Peter Eisentraut bc5430aa95 Remove -Wlogical-op from standard compiler flags 13 years ago
Michael Meskes c50b8a4637 Applied patch by Chen Huajun <chenhj@cn.fujitsu.com> to make ecpg able to cope 13 years ago
Tom Lane 455b8887cf Fix pg_resetxlog to use correct path to postmaster.pid. 13 years ago
Heikki Linnakangas 24c19e6bf9 Avoid bogus "out-of-sequence timeline ID" errors in standby-mode. 13 years ago
Tom Lane 27b2c6a1ef Don't launch new child processes after we've been told to shut down. 13 years ago
Heikki Linnakangas 5cb0e33597 Speed up operations on numeric, mostly by avoiding palloc() overhead. 13 years ago
Bruce Momjian b55743a5df In pg_upgrade, report errno string if file existence check returns an 13 years ago
Tom Lane 1f7cb5c309 Improve handling of INT_MIN / -1 and related cases. 13 years ago
Heikki Linnakangas 644a0a6379 Fix archive_cleanup_command. 13 years ago
Tom Lane b6e3798f3a Limit values of archive_timeout, post_auth_delay, auth_delay.milliseconds. 13 years ago
Tom Lane d038966ddb Fix syslogger to not fail when log_rotation_age exceeds 2^31 milliseconds. 13 years ago
Tom Lane 14ddff44c2 Assert that WaitLatch's timeout is not more than INT_MAX milliseconds. 13 years ago
Peter Eisentraut 6b6633ad6c doc: Put pg_temp into documentation index 13 years ago
Peter Eisentraut 67c03c6f3c Add -Wlogical-op to standard compiler flags, if supported 13 years ago
Tom Lane 1746ba9256 Improve check_partial_indexes() to consider join clauses in proof attempts. 13 years ago
Peter Eisentraut 817c186ea3 doc: Put commas in the right place on pg_restore reference page 13 years ago
Bruce Momjian 546d65d55f In pg_upgrade, add third meaningless parameter to open(). 13 years ago
Bruce Momjian 29add0de49 In pg_upgrade, copy fsm, vm, and extent files by checking for file 13 years ago
Tom Lane a235b85a0b Fix the int8 and int2 cases of (minimum possible integer) % (-1). 13 years ago
Bruce Momjian dec10ba4c5 Mark pg_upgrade's free_db_and_rel_infos() as a static function. 13 years ago
Bruce Momjian 3bdfd9cb9e Adjust find_status for newer Linux 'nm' output format. 13 years ago
Tom Lane 273986bf0d Fix memory leaks in record_out() and record_send(). 13 years ago
Simon Riggs d9fad1076d Skip searching for subxact locks at commit. 13 years ago
Simon Riggs 68f7fe140b Clarify docs on hot standby lock release 13 years ago
Peter Eisentraut 8f40ad1f4e doc: Add link to CREATE TABLE AS on CREATE TABLE reference page 13 years ago