Commit Graph

34415 Commits (1577b46b7c81e490cf5c8f0e90d0e5d0c09b5414)
 

Author SHA1 Message Date
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
Tom Lane 3bbf668de9 Fix multiple problems in WAL replay. 13 years ago
Peter Eisentraut 9b3ac49e5a Use a stamp file for the XSLT HTML doc build 13 years ago
Heikki Linnakangas d092d116ed Oops, have to rename local variables called 'errcontext' in contrib, too. 13 years ago
Heikki Linnakangas dbdf9679d7 Use correct text domain for translating errcontext() messages. 13 years ago
Heikki Linnakangas c9d44a75d4 Silence "expression result unused" warnings in AssertVariableIsOfTypeMacro 13 years ago
Peter Eisentraut 42218f29af doc: "only relevant" -> "relevant only" 13 years ago
Tom Lane 34f3b396a6 Check for stack overflow in transformSetOperationTree(). 13 years ago
Alvaro Herrera fa12cb7f02 Remove leftover LWLockRelease() call 13 years ago
Peter Eisentraut 732740e7d4 XSLT stylesheet: Add slash to directory name 13 years ago
Tom Lane 3e7fdcffd6 Fix WaitLatch() to return promptly when the requested timeout expires. 13 years ago
Tom Lane dcc55dd21a Rename ResolveNew() to ReplaceVarsFromTargetList(), and tweak its API. 13 years ago
Tom Lane 75af5ae9c0 Don't trash input list structure in does_not_exist_skipping(). 13 years ago
Heikki Linnakangas a9dad56441 Teach pg_basebackup and pg_receivexlog to reply to server keepalives. 13 years ago
Tom Lane 9e45e03886 Fix missing inclusions. 13 years ago
Bruce Momjian aa69670e42 Add URLs to document why DLLIMPORT is needed on Windows. 13 years ago
Alvaro Herrera 4ee5c40b06 Don't try to use a unopened relation 13 years ago
Bruce Momjian c90dcd6d2c In pg_upgrade docs, mention using base backup as part of rsync for 13 years ago