Commit Graph

29586 Commits (1ecafd622e4781899199f4e244a67b5c583c19a7)
 

Author SHA1 Message Date
Tom Lane e08ab7c312 Support inlining various small performance-critical functions on non-GCC 16 years ago
Simon Riggs b95a720a48 Re-enable max_standby_delay = -1 using deadlock detection on startup 16 years ago
Simon Riggs fafa374f2d Introduce WAL records to log reuse of btree pages, allowing conflict 16 years ago
Tom Lane 4688869f41 Tweak the order of processing of WITH clauses so that they are processed 16 years ago
Andrew Dunstan 1b3a437a19 Add regression test files inadvertantly omitted in plperl.on_plperl{u}_init patch 16 years ago
Tom Lane 3ad7dbb1b9 Don't choke when exec_move_row assigns a synthesized null to a column 16 years ago
Andrew Dunstan 1b04b8f1bc Add plperl.on_plperl_init and plperl.on_plperlu_init settings for language-specific startup. Rename recently added plperl.on_perl_init to plperl.on_init. Also, code cleanup for utf8 hack. Patch from Tim Bunce, reviewed by Alex Hunsaker. 16 years ago
Tom Lane ec4be2ee68 Extend the set of frame options supported for window functions. 16 years ago
Heikki Linnakangas a5348fafd1 Update Hot Standby documentation to reflect the change in the LOG 16 years ago
Heikki Linnakangas e465390d03 Reduce the chatter to the log when starting a standby server. Don't 16 years ago
Heikki Linnakangas 1026be15b6 Clean up Streaming Replication documentation a little bit. A lot more 16 years ago
Heikki Linnakangas 54cbd1757e If primary_conninfo is not set, don't try to establish streaming 16 years ago
Heikki Linnakangas 9fa01f6c8a Check for partial WAL files in standby mode. If restore_command restores 16 years ago
Andrew Dunstan 7e30c0067c Free reference in correct Perl context. Backpatch to release 8.2. Patch from Tim Bunce. 16 years ago
Tom Lane 14d5a478c4 Suppress uninitialized-variable warning. 16 years ago
Simon Riggs 5cbf6dceea Fix typo bug in Hot Standby from recent refactoring. Bug introduced 16 years ago
Teodor Sigaev 5209c084a6 Generic implementation of red-black binary tree. It's planned to use in 16 years ago
Heikki Linnakangas 161d9d51b3 Now that streaming replication switches between streaming mode and 16 years ago
Tom Lane 76b6ee3f38 Improve planner's choices about when to use hashing vs sorting for DISTINCT. 16 years ago
Tom Lane cbe9d6beb4 Fix up rickety handling of relation-truncation interlocks. 16 years ago
Heikki Linnakangas 79647eed86 Fix bug in GIN WAL redo cleanup function: don't free fake relcache entry 16 years ago
Magnus Hagander 09c0747515 Typo fix, per Thom Brown 16 years ago
Magnus Hagander a8d3a395aa Define the value for in6addr_any on MingW, since it provides the struct 16 years ago
Heikki Linnakangas 8740fe7136 Move "Warm Standby Servers for High Availability" and "Hot Standby" 16 years ago
Michael Meskes c34446cddd First try to make this one ecpg regression test work on Windows too. I'm just trying to figure out the minimal amount of defines needed. 16 years ago
Tom Lane 16e5859cd2 Allow free space map vacuuming to be interrupted. 16 years ago
Tom Lane 95289e4a58 Rearrange lazy-vacuum code a little bit to reduce the window between 16 years ago
Tom Lane d5768dce10 Create an official API function for C functions to use to check if they are 16 years ago
Heikki Linnakangas 4d3d2e2b03 Remove obsolete comment about 'fsm' argument, which isn't an argument 16 years ago
Tom Lane 9184cc7dab Fix serious performance bug in new implementation of VACUUM FULL: 16 years ago
Bruce Momjian dfc902854a Add C comments that HEAP_MOVED_* define usage is only for pre-9.0 binary 16 years ago
Bruce Momjian 3ab41f02ed Update high availability/replication documentation chart for new hot 16 years ago
Heikki Linnakangas 4cea603128 Remove piece of code to zero out minRecoveryPoint when starting crash 16 years ago
Tom Lane 9a75803b1a Remove CatalogCacheFlushRelation, and the reloidattr infrastructure that was 16 years ago
Tom Lane 68446b2c87 Remove some more dead VACUUM-FULL-only code. 16 years ago
Tom Lane 0a469c8769 Remove old-style VACUUM FULL (which was known for a little while as 16 years ago
Tom Lane 1ddc2703a9 Work around deadlock problems with VACUUM FULL/CLUSTER on system catalogs, 16 years ago
Tom Lane 1c05b0b4ea Looks like we need #include <sys/stat.h> here on some 16 years ago
Tom Lane b9b8831ad6 Create a "relation mapping" infrastructure to support changing the relfilenodes 16 years ago
Tom Lane 7fc30c488f Avoid changing the sign of zero. Per buildfarm failures. 16 years ago
Bruce Momjian 6ba9b9102a Mention warm and now "hot" standby servers in the high availability docs. 16 years ago
Bruce Momjian 4b113d9cdc Document that archive_timeout will force new WAL files even if a single 16 years ago
Bruce Momjian ef51fa505c Add C comment about process_settings() setting order. 16 years ago
Bruce Momjian c1ae9bae7d Previous commit was: Properly document that OVER and WINDOW are Postgres reserved words. 16 years ago
Bruce Momjian d5c861af6c Previous commit was to have tab checking as part of gmake check. 16 years ago
Bruce Momjian 2a93226f0d *** empty log message *** 16 years ago
Bruce Momjian ac9f254684 Improve PL/Perl documentation of database access functions. 16 years ago
Bruce Momjian cb4bd52ad9 Add SGML 'check-tabs' Makefile rule to check for tabs. 16 years ago
Bruce Momjian 7027aba980 Remove /contrib/isn copyright mention for German Mendez Bravo, with 16 years ago
Bruce Momjian 8283b65019 Rewrite rint() to enable removal of copyright mention; patch from 16 years ago