Commit Graph

34454 Commits (f21bb9cfb5646e1793dcc9c0ea697bab99afa523)
 

Author SHA1 Message Date
Simon Riggs f21bb9cfb5 Refactor inCommit flag into generic delayChkpt flag. 13 years ago
Simon Riggs 7a764990d8 Clarify locking for PageGetLSN() in XLogCheckBuffer() 13 years ago
Simon Riggs 1c563a2ae1 Clarify when to use PageSetLSN/PageGetLSN(). 13 years ago
Heikki Linnakangas a068c391ab Refactor the code implementing standby-mode logic. 13 years ago
Andrew Dunstan e2b3c21b05 Add mode where contrib installcheck runs each module in a separately named database. 13 years ago
Tom Lane fc75d4f81c Update time zone data files to tzdata release 2012j. 13 years ago
Tom Lane d8262b6c9b Recommend triggers, not rules, in the CREATE VIEW reference page. 13 years ago
Simon Riggs 5457a130d3 Reduce scope of changes for COPY FREEZE. 13 years ago
Tom Lane 3114cb60a1 Don't advance checkPoint.nextXid near the end of a checkpoint sequence. 13 years ago
Simon Riggs 5c11725867 Rearrange storage of data in xl_running_xacts. 13 years ago
Simon Riggs c11130690d XidEpoch++ if wraparound during checkpoint. 13 years ago
Simon Riggs 9f98704b82 Clarify operation of online checkpoints. 13 years ago
Tatsuo Ishii 53edb8dc02 Fix psql crash while parsing SQL file whose encoding is different from 13 years ago
Tom Lane c35fea1026 Prevent passing gmake's environment variables down through pg_regress. 13 years ago
Tom Lane b1346822f3 Make sure sharedir/extension/ directory is created when needed. 13 years ago
Tom Lane 7b90469b71 Allow adding values to an enum type created in the current transaction. 13 years ago
Bruce Momjian 452739df82 In pg_upgrade, remove 'set -x' from test script. 13 years ago
Bruce Momjian 1c59e37665 Revert: 13 years ago
Bruce Momjian 209772350b Remove pg_restore's --single-transaction option, as it throws errors in 13 years ago
Simon Riggs 02aea36414 Second tweak of COPY FREEZE 13 years ago
Simon Riggs ddf509eb4a Tweak tests in COPY FREEZE 13 years ago
Simon Riggs 8de72b66a2 COPY FREEZE and mark committed on fresh tables. 13 years ago
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