Commit Graph

32693 Commits (f8409b39d1dae28f063b378b9edee1a657845503)
 

Author SHA1 Message Date
Simon Riggs f8409b39d1 Fix timing of Startup CLOG and MultiXact during Hot Standby 14 years ago
Robert Haas c2891b46a4 Initialize myProcLocks queues just once, at postmaster startup. 14 years ago
Tom Lane 391af9f784 Preserve Var location information during flatten_join_alias_vars. 14 years ago
Tom Lane 08e261cbc9 Fix race condition with toast table access from a stale syscache entry. 14 years ago
Peter Eisentraut 654e1f96b0 Clean up whitespace and indentation in parser and scanner files 14 years ago
Simon Riggs f3ebaad45b Comment changes to show bgwriter no longer performs checkpoints. 14 years ago
Simon Riggs 3ba182056f Have checkpointer send stats once each processing loop. 14 years ago
Bruce Momjian 09d1174e5a Update pg_upgrade comment on missing 'postgres' database. 14 years ago
Simon Riggs bf405ba8e4 Add new file for checkpointer.c 14 years ago
Bruce Momjian a50d860ae1 Allow pg_upgrade to upgrade an old cluster that doesn't have a 14 years ago
Simon Riggs 806a2aee37 Split work of bgwriter between 2 processes: bgwriter and checkpointer. 14 years ago
Magnus Hagander 589adb86ee Document that multiple LDAP servers can be specified 14 years ago
Tom Lane 6980f817e8 Stop btree indexscans upon reaching nulls in either direction. 14 years ago
Tom Lane 6743a878a4 Support more locale-specific formatting options in cash_out(). 14 years ago
Tom Lane eb5834d5af Further improvement of make_greater_string. 14 years ago
Robert Haas fae54e4a16 Update visibilitymap.c header comments. 14 years ago
Tom Lane 7609239f3e Fix assorted bogosities in cash_in() and cash_out(). 14 years ago
Robert Haas 78d523b633 Improve make_greater_string() with encoding-specific incrementers. 14 years ago
Bruce Momjian 51eba98cf4 Remove pg_upgrade dependency on the 'postgres' database existing in the 14 years ago
Robert Haas 53f1ca59b5 Allow hint bits to be set sooner for temporary and unlogged tables. 14 years ago
Robert Haas b6335a3f1b Demote some sanity checks in BufferIsValid() to assertions. 14 years ago
Robert Haas deb1580324 Remove hard-coded "\connect postgres" from pg_dumpall. 14 years ago
Tom Lane 74812624f2 De-parallelize ecpg build some more. 14 years ago
Robert Haas 9cf12dfd4e Clarify that ORDER BY/FOR UPDATE can't malfunction at higher iso levels. 14 years ago
Robert Haas 6c21105fb4 Change "and and" to "and". 14 years ago
Bruce Momjian 9846dcfb9e Clarify pg_upgrade error message that the 'postgres' database must exist 14 years ago
Tom Lane ece12659cf Update docs to point to the timezone library's new home at IANA. 14 years ago
Bruce Momjian 38f3c7c4dd Update pg_upgrade testing instructions. 14 years ago
Heikki Linnakangas cbf65509bb Fix the number of lwlocks needed by the "fast path" lock patch. It needs 14 years ago
Tom Lane 051d1ba7a0 Avoid recursion while processing ELSIF lists in plpgsql. 14 years ago
Tom Lane 756a4ed5ad Add simple script to check for right recursion in Bison grammars. 14 years ago
Tom Lane bf82013631 Typo fixes. 14 years ago
Tom Lane 3e4b3465b6 Improve planner's ability to recognize cases where an IN's RHS is unique. 14 years ago
Bruce Momjian 360429e1d1 Fix pg_bsd_indent bug where newlines were not being trimmed from typedef 14 years ago
Magnus Hagander d9bae53173 Implement streaming xlog for backup tools 14 years ago
Magnus Hagander 2b64f3f17a MingW doesn't support wcstombs_s()... 14 years ago
Tom Lane 1e3b21dd5e Change FK trigger naming convention to fix self-referential FKs. 14 years ago
Tom Lane 58958726ff Change FK trigger creation order to better support self-referential FKs. 14 years ago
Magnus Hagander b0bec068e2 Fix typo 14 years ago
Magnus Hagander a87b9ae161 Make event_source visible on all platforms 14 years ago
Magnus Hagander 9c4c8c8468 Remove argument decoration that appears unsupported on mingw 14 years ago
Magnus Hagander d8ea33f2c0 Support configurable eventlog application names on Windows 14 years ago
Alvaro Herrera 90d8e8ff7e Add debugging aid in isolationtester 14 years ago
Magnus Hagander a74a5f5913 Make TABLE tab complation in psql include all relations 14 years ago
Tom Lane 8140c1bcf3 Make psql support tab completion of EXECUTE <prepared-statement-name>. 14 years ago
Tom Lane 7299778a95 Improve git_changelog's handling of inconsistent commit orderings. 14 years ago
Tom Lane 0f39d5050d Don't trust deferred-unique indexes for join removal. 14 years ago
Tom Lane bb446b689b Support synchronization of snapshots through an export/import procedure. 14 years ago
Heikki Linnakangas b436c72f61 Fix overly-complicated usage of errcode_for_file_access(). 14 years ago
Tom Lane f9c92a5a3e Code review for pgstat_get_crashed_backend_activity patch. 14 years ago