Commit Graph

30761 Commits (fc946c39aeacdff7df60c83fca6582985e8546c8)
 

Author SHA1 Message Date
Peter Eisentraut fc946c39ae Remove useless whitespace at end of lines 15 years ago
Robert Haas 44475e782f Centralize some ALTER <whatever> .. SET SCHEMA checks. 15 years ago
Alvaro Herrera 5272d79875 Remove GucContext parameter from ParseConfigFile 15 years ago
Robert Haas 95dacf8593 Put back accidentally-deleted quote_literal() regression tests. 15 years ago
Robert Haas 506070be34 Bump catversion. Should have done this as part of format(text) patch. 15 years ago
Robert Haas 7504870778 Add new SQL function, format(text). 15 years ago
Tom Lane 89a368418c Further cleanup of indxpath logic related to IndexOptInfo.opfamily array. 15 years ago
Robert Haas 99bc012d51 Minor cleanup of indxpath.c. 15 years ago
Tom Lane d1d8462d99 Assorted further cleanup for integer-conversion patch. 15 years ago
Robert Haas 4343c0e546 Expose quote_literal_cstr() from core. 15 years ago
Robert Haas e8bf683fbe Update int8-exp-three-digits.out to match new contents of int8.out. 15 years ago
Robert Haas 815810ed31 Attempt to fix breakage caused by signed integer conversion patch. 15 years ago
Tom Lane b58c25055e Fix leakage of cost_limit when multiple autovacuum workers are active. 15 years ago
Robert Haas 4fc115b2e9 Speed up conversion of signed integers to C strings. 15 years ago
Tom Lane 0f61d4dd1b Improve relation width estimation for subqueries. 15 years ago
Tom Lane fe24d78161 Improve plpgsql's error reporting for no-such-column cases. 15 years ago
Alvaro Herrera 6cc2deb86e Add pg_describe_object function 15 years ago
Tom Lane 48c348f86c Dept of second thoughts: don't try to push LIMIT below a SRF. 15 years ago
Robert Haas 1fc2d60d8c Minor corrections to dummy_seclabel documentation. 15 years ago
Heikki Linnakangas ecf70b916b Remove unused parameter. Patch by Shigeru Hanada. 15 years ago
Tom Lane 6fbc323c80 Further fallout from the MergeAppend patch. 15 years ago
Robert Haas 45768d10e3 Document the dummy_seclabel contrib module. 15 years ago
Tom Lane 511e902b51 Make TRUNCATE ... RESTART IDENTITY restart sequences transactionally. 15 years ago
Peter Eisentraut cfad144f89 Additional fixes for parallel make 15 years ago
Andrew Dunstan b7fcf68e86 Require VALUE keyword when extending an enum type. Based on a patch from Alvaro Herrera. 15 years ago
Magnus Hagander 4acf99b2f3 Send paramHandle to subprocesses as 64-bit on Win64 15 years ago
Heikki Linnakangas 2edc5cd493 The GiST scan algorithm uses LSNs to detect concurrent pages splits, but 15 years ago
Tom Lane add0ea88e7 Fix aboriginal mistake in plpython's set-returning-function support. 15 years ago
Robert Haas 3134d8863e Add new buffers_backend_fsync field to pg_stat_bgwriter. 15 years ago
Robert Haas 8d70ed84ba Remove outdated comments from the regression test files. 15 years ago
Robert Haas 20cf8ae478 Fix copy-and-pasteo a little more completely. 15 years ago
Alvaro Herrera ae4b17edee Fix copy-and-pasteo. 15 years ago
Simon Riggs 52010027ef Avoid spurious Hot Standby conflicts from btree delete records. 15 years ago
Tom Lane 357edc9a99 Adjust comments about what's needed to avoid make 3.80 bug. 15 years ago
Robert Haas 5ccbc3d802 Correct poor grammar in comment. 15 years ago
Robert Haas 4fa0a23c70 Fix bug in cube picksplit algorithm. 15 years ago
Robert Haas 5aa446c961 Cleanup various comparisons with the constant "true". 15 years ago
Tom Lane 3892a2d861 Fix canAcceptConnections() bugs introduced by replication-related patches. 15 years ago
Tom Lane 1bd2012149 Work around make 3.80 bug with long expansions of $(eval). 15 years ago
Tom Lane 2138c701a3 Add missing outfuncs.c support for struct InhRelation. 15 years ago
Andrew Dunstan 52e2c12288 Attempt to fix MSVC builds broken by parallel make changes. 15 years ago
Robert Haas 11e482c350 Move copydir() prototype into its own header file. 15 years ago
Tom Lane d7304244e2 Fix old oversight in const-simplification of COALESCE() expressions. 15 years ago
Peter Eisentraut 19e231bbda Improved parallel make support 15 years ago
Peter Eisentraut d6754f67b0 docs -> documentation 15 years ago
Heikki Linnakangas e356743f3e Add missing support for removing foreign data wrapper / server privileges 15 years ago
Heikki Linnakangas 542bdb2146 Fix bug introduced by the recent patch to check that the checkpoint redo 15 years ago
Tom Lane b0f2d681bd Fix line_construct_pm() for the case of "infinite" (DBL_MAX) slope. 15 years ago
Bruce Momjian 8f742d1cda Mention that pg_upgrade requires compatible 32/64-bit binaries. 15 years ago
Robert Haas 7ba6e4f0e0 Add monitoring function pg_last_xact_replay_timestamp. 15 years ago