Commit Graph

34536 Commits (31bc839724439440b2e94ea616b28ce5be94e19c)
 

Author SHA1 Message Date
Tom Lane 31bc839724 Prevent failure when RowExpr or XmlExpr is parse-analyzed twice. 13 years ago
Tom Lane eb03506812 Fix documentation typo. 13 years ago
Heikki Linnakangas 1ff92eea14 Fix sloppiness in the timeline switch over streaming replication patch. 13 years ago
Heikki Linnakangas 36e4456d78 Fix race condition if a file is removed while pg_basebackup is running. 13 years ago
Heikki Linnakangas d57a97343e Forgot to remove extern declaration of GetRecoveryTargetTLI() 13 years ago
Peter Eisentraut 740ee42da5 Make some messages more consistent in style 13 years ago
Peter Eisentraut a0bfb7b36e Fix grammatical mistake in error message 13 years ago
Tom Lane 343c2a865b Fix pg_extension_config_dump() to handle update cases more sanely. 13 years ago
Heikki Linnakangas 343ee00b73 Fix recycling of WAL segments after switching timeline during recovery. 13 years ago
Bruce Momjian dc9896a245 Avoid using NAMEDATALEN in pg_upgrade 13 years ago
Heikki Linnakangas af275a12df Follow TLI of last replayed record, not recovery target TLI, in walsenders. 13 years ago
Heikki Linnakangas 1a11d4609e Don't set ThisTimeLineID in checkpointer & bgwriter during recovery. 13 years ago
Bruce Momjian 345fb82f16 Add pg_upgrade comment about mismatch error 13 years ago
Heikki Linnakangas e43f947bf3 Check if we've reached end-of-backup point also if no redo is required. 13 years ago
Peter Eisentraut f2b88080db Rename SQL feature S403 to ARRAY_MAX_CARDINALITY 13 years ago
Peter Eisentraut 6925e38dad pg_basebackup: Small message punctuation improvements 13 years ago
Andrew Dunstan 9ac749ceb5 Don't include postgres.h in postgres_fe.h for cpluspluscheck. 13 years ago
Tom Lane 2666a6d0b9 Ignore libedit/libreadline while probing for standard functions. 13 years ago
Peter Eisentraut 1a5f04dd7e Remove allow_nonpic_in_shlib 13 years ago
Peter Eisentraut 8d2e9a9dbd doc: Put PL/pgSQL RAISE USING keywords into a list 13 years ago
Tom Lane 6919b7e329 Fix failure to ignore leftover temp tables after a server crash. 13 years ago
Tom Lane c299477229 Fix filling of postmaster.pid in bootstrap/standalone mode. 13 years ago
Andrew Dunstan 3717f0837b Tidy up from frontend Assert change. 13 years ago
Magnus Hagander c1f856a17f Properly copy fmgroids.h after clean on Win32 13 years ago
Peter Eisentraut c2e32d5a6c doc: Remove extra table column 13 years ago
Peter Eisentraut 160701f6a9 doc: Add oid columns to system catalog documentation 13 years ago
Peter Eisentraut 79a457dca7 doc: Add pg_stat_reset and related functions to index 13 years ago
Andrew Dunstan 1c382655ad Provide Assert() for frontend code. 13 years ago
Robert Haas 75758a6ff0 Update comment in heapgetpage() regarding PD_ALL_VISIBLE vs. Hot Standby. 13 years ago
Peter Eisentraut fdb67eb2b6 NLS: Use msgmerge --previous option 13 years ago
Peter Eisentraut a301eb99c9 doc: Improve search_path mentions in index 13 years ago
Heikki Linnakangas abfd192b1b Allow a streaming replication standby to follow a timeline switch. 13 years ago
Heikki Linnakangas 527668717a Make xlog_internal.h includable in frontend context. 13 years ago
Heikki Linnakangas 6264cd3d69 In multi-insert, don't go into infinite loop on a huge tuple and fillfactor. 13 years ago
Tom Lane 691c5ebf79 Add defenses against integer overflow in dynahash numbuckets calculations. 13 years ago
Tom Lane cd3413ec36 Disable event triggers in standalone mode. 13 years ago
Kevin Grittner b19e4250b4 Fix performance problems with autovacuum truncation in busy workloads. 13 years ago
Bruce Momjian e95c4bd113 Fix pg_upgrade for invalid indexes 13 years ago
Heikki Linnakangas 970fb12de1 Consistency check should compare last record replayed, not last record read. 13 years ago
Andrew Dunstan ad69bd052f Add mode where contrib installcheck runs each module in a separately named database. 13 years ago
Bruce Momjian acdb8c2259 Fix pg_upgrade -O/-o options 13 years ago
Peter Eisentraut 8e48d77cab doc: Remove blastwave.org link 13 years ago
Heikki Linnakangas 7bffc9b7bf Update minimum recovery point on truncation. 13 years ago
Heikki Linnakangas 6be799664a Fix the tracking of min recovery point timeline. 13 years ago
Tom Lane b46c92112b Fix assorted bugs in privileges-for-types patch. 13 years ago
Tom Lane a99c42f291 Support automatically-updatable views. 13 years ago
Peter Eisentraut d12d9f595e Update iso.org page link 13 years ago
Bruce Momjian 6dd9584507 Improve pg_upgrade's status display 13 years ago
Simon Riggs ef754fb51b Correct xmax test for COPY FREEZE 13 years ago
Simon Riggs 1f023f9297 Optimize COPY FREEZE with CREATE TABLE also. 13 years ago