Commit Graph

37208 Commits (ecacbdbcee67e202cfcaa1180da170b9f13654bb)
 

Author SHA1 Message Date
Tom Lane f1f722dacc Update time zone data files to tzdata release 2012f. 14 years ago
Peter Eisentraut 5cfd5bb15b pg_upgrade: Remove check for pg_config 14 years ago
Tom Lane 807a40c551 Fix planning of btree index scans using ScalarArrayOpExpr quals. 14 years ago
Tom Lane 3f828fae62 Fix array_typanalyze to work for domains over arrays. 14 years ago
Peter Eisentraut bcf90cc18b libpq: Add missing directory to installdirs target 14 years ago
Tom Lane 3c64342c86 Provide adequate documentation of the "table_name *" notation. 14 years ago
Peter Eisentraut b2e3bea3af PL/Python: Improve Python 3 regression test setup 14 years ago
Tom Lane 3b8968f252 Rethink heuristics for choosing index quals for parameterized paths. 14 years ago
Simon Riggs 64e196b6ef Fix bufmgr so CHECKPOINT_END_OF_RECOVERY behaves as a shutdown checkpoint. 14 years ago
Kevin Grittner 327542645e Fix documentation reference to maximum allowed for autovacuum_freeze_max_age. 14 years ago
Tom Lane 2899e3d6e4 Adjust largeobject_1.source per buildfarm. 14 years ago
Peter Eisentraut 05cf0ea8d1 psql: Add more constraint completion 14 years ago
Tom Lane bd9b4f1689 Improve largeobject regression test to show size of object read from file. 14 years ago
Tom Lane b8fbbcf37f Add a regression test case based on bug #7516. 14 years ago
Robert Haas beb850e1d8 Properly set relpersistence for fake relcache entries. 14 years ago
Tom Lane 9afc648111 Keep plperl's current_call_data record on the stack, instead of palloc'ing. 14 years ago
Tom Lane a20993608a Fix case of window function + aggregate + GROUP BY expression. 14 years ago
Kevin Grittner 6b896f511f Fix typo in comment for pclose_check() function. 14 years ago
Tom Lane 9a93e71008 Fix a couple other leftover uses of 'conisonly' terminology. 14 years ago
Andrew Dunstan 7c328a9b04 Fix catalog docs to reflect connoinherit change in 09ff76f. 14 years ago
Tom Lane 1faf866ace Fix logical errors in tsquery selectivity estimation for prefix queries. 14 years ago
Kevin Grittner 4bc0d2e2cf Fix typo: lexemes misspelled in full text search docs. 14 years ago
Andrew Dunstan a1d021e5d2 Add vcregress.pl target for checking pg_upgrade. 14 years ago
Tom Lane 59f23fe8d4 Make plperl safe against functions that are redefined while running. 14 years ago
Tom Lane 843363b8d5 Use .NOTPARALLEL in ecpg/Makefile to avoid a gmake parallelism bug. 14 years ago
Tom Lane 45d1f1e024 Adjust PL/Python regression tests some more for Python 3.3. 14 years ago
Tom Lane 210eb9b743 Centralize libpq's low-level code for dropping a connection. 14 years ago
Robert Haas dda589c96b Update syntax shown for \copy to match new syntax for COPY. 14 years ago
Robert Haas 0a1967a0ef Fix "too many arguments" messages not to index off the end of argv[]. 14 years ago
Tom Lane d2286a98ef Allow embedded spaces without quoting in unix_socket_directories entries. 14 years ago
Tom Lane 25f4fe4e46 Fix typo in information_schema documentation. 14 years ago
Andrew Dunstan f8c81c5dde In pg_upgrade, try a few times to open a log file. 14 years ago
Peter Eisentraut 4c60b80094 pgbench: Show better progress when loading tuples 14 years ago
Heikki Linnakangas ab9a14e903 Fix WAL file replacement during cascading replication on Windows. 14 years ago
Tom Lane 2e0cc1f031 Fix inappropriate error messages for Hot Standby misconfiguration errors. 14 years ago
Tom Lane 185b744ee6 Make one last copy-editing pass over the 9.2 release notes. 14 years ago
Andrew Dunstan f8f5cf33a3 Fix pg_upgrade test script's line end handling on Windows. 14 years ago
Andrew Dunstan ea0b414a0d Fix line end mishandling in pg_upgrade on Windows. 14 years ago
Tom Lane 28ab4a5aab Restore SIGFPE handler after initializing PL/Perl. 14 years ago
Tom Lane b98fd52a55 Silence -Wunused-result warning in contrib/pg_upgrade. 14 years ago
Robert Haas aa2b237ce5 sepgsql cleanups. 14 years ago
Tom Lane 46c508fbcf Fix PARAM_EXEC assignment mechanism to be safe in the presence of WITH. 14 years ago
Alvaro Herrera e20a90e188 Trim spgist_private.h inclusion 14 years ago
Heikki Linnakangas 358ff99d70 Fix compiler warnings about unused variables, caused by my previous commit. 14 years ago
Bruce Momjian 022cd22f0f In pg_upgrade, document why we can't issue \n\n in the command logfile 14 years ago
Heikki Linnakangas c4c227477b Fix bugs in cascading replication with recovery_target_timeline='latest' 14 years ago
Kevin Grittner cdf91edba9 Fix serializable mode with index-only scans. 14 years ago
Kevin Grittner c63f309cca Allow isolation tests to specify multiple setup blocks. 14 years ago
Bruce Momjian 63f1ccd838 Remove src/tool/backend, now that the content is on the web site and wiki. 14 years ago
Andrew Dunstan 2042185baf Fix transcription error. 14 years ago