Commit Graph

2660 Commits (ecacbdbcee67e202cfcaa1180da170b9f13654bb)

Author SHA1 Message Date
Tom Lane 09a7cd409e Rename postgres_fdw's use_remote_explain option to use_remote_estimate. 13 years ago
Alvaro Herrera 36f697cbba contrib/Makefile also needs updated 13 years ago
Alvaro Herrera 4591933549 Fix some typos and grammatical mistakes 13 years ago
Alvaro Herrera f03a779751 Fix copy-and-pasteo 13 years ago
Alvaro Herrera 639ed4e84b Add pg_xlogdump contrib program 13 years ago
Tom Lane c0c6acdfa0 Fix some planning oversights in postgres_fdw. 13 years ago
Tom Lane 6da378dbc9 Fix whole-row references in postgres_fdw. 13 years ago
Tom Lane 211e157a51 Change postgres_fdw to show casts as casts, not underlying function calls. 13 years ago
Tom Lane 5fd386bb31 Get rid of postgres_fdw's assumption that remote type OIDs match ours. 13 years ago
Tom Lane 6d06049493 Adjust postgres_fdw's search path handling. 13 years ago
Tom Lane 54a2786835 Need to decorate XactIsoLevel as PGDLLIMPORT for postgres_fdw. 13 years ago
Tom Lane d0d75c4022 Add postgres_fdw contrib module. 13 years ago
Bruce Momjian 4765dd7921 pg_upgrade: conditionally create cluster delete script 13 years ago
Bruce Momjian 74205266d4 Fix pg_upgrade log file cleanup code 13 years ago
Tom Lane 9728eda792 Fix contrib/pg_trgm's similarity() function for trigram-free strings. 13 years ago
Alvaro Herrera 8396447cdb Create libpgcommon, and move pg_malloc et al to it 13 years ago
Peter Eisentraut 0cb1fac3b1 Add noreturn attributes to some error reporting functions 13 years ago
Tom Lane 9221f9d485 Make contrib/btree_gist's GiST penalty function a bit saner. 13 years ago
Tom Lane 94f565dcf1 Fix erroneous range-union logic for varlena types in contrib/btree_gist. 13 years ago
Alvaro Herrera cb9b66d31a Improve error message wording 13 years ago
Alvaro Herrera 77a3082fc5 pgrowlocks: fix bogus lock strength output 13 years ago
Tatsuo Ishii 6a651d85eb Add --aggregate-interval option. 13 years ago
Heikki Linnakangas 89d00cbe01 Allow pgbench to use a scale larger than 21474. 13 years ago
Bruce Momjian a9ceaa53be pg_upgrade: detect stale postmaster.pid lock files 13 years ago
Alvaro Herrera 34da700405 Use the catversion to distinguish old/new clusters 13 years ago
Alvaro Herrera 2494a9af4c Don't require oldestMultixact if server doesn't have it 13 years ago
Bruce Momjian bd6aca8a77 pg_upgrade: report failed cluster name 13 years ago
Alvaro Herrera 0ac5ad5134 Improve concurrency of foreign key locking 13 years ago
Bruce Momjian 861ad67bd9 pg_upgrade: remove --single-transaction usage 13 years ago
Bruce Momjian 600250d0ed Improve pg_upgrade error report 13 years ago
Tom Lane b853eb9718 Improve handling of ereport(ERROR) and elog(ERROR). 13 years ago
Andrew Dunstan 4ae5ee6c9b Extend and improve use of EXTRA_REGRESS_OPTS. 13 years ago
Bruce Momjian a89c46f9bc Allow parallel copy/link in pg_upgrade 13 years ago
Tatsuo Ishii cf03ff6c4e Add new "-q" logging option (quiet mode) while in initialize mode 13 years ago
Tom Lane 78a5e738e9 Prevent creation of postmaster's TCP socket during pg_upgrade testing. 13 years ago
Bruce Momjian bcbe99244f Adjust a few pg_upgrade functions to return void. 13 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
Bruce Momjian 6f1b9e4efd Add pg_upgrade --jobs parameter 13 years ago
Bruce Momjian dc9896a245 Avoid using NAMEDATALEN in pg_upgrade 13 years ago
Bruce Momjian 345fb82f16 Add pg_upgrade comment about mismatch error 13 years ago
Bruce Momjian e95c4bd113 Fix pg_upgrade for invalid indexes 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
Bruce Momjian 6dd9584507 Improve pg_upgrade's status display 13 years ago
Alvaro Herrera da07a1e856 Background worker processes 13 years ago
Heikki Linnakangas 357cbaaeae Add pgstatginindex() function to get the size of the GIN pending list. 13 years ago
Bruce Momjian c47d261c07 In pg_upgrade testing script, turn off command echo at the end so status 13 years ago
Bruce Momjian 2f22765607 Restore set -x in pg_upgrade/test.sh, so the user can see what is being 13 years ago
Bruce Momjian 630cd14426 Add initdb --sync-only option to sync the data directory to durable 13 years ago
Bruce Momjian 25d1ed04a2 Revert initdb --sync-only patch that had incorrect commit messages. 13 years ago