Commit Graph

2413 Commits (8507c2f8564b709bb6a3cc86e9599f6129f45c8e)

Author SHA1 Message Date
Tom Lane 80edfd7659 Revisit error message details for JSON input parsing. 14 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 14 years ago
Simon Riggs 28ac797287 Revert error message on GLOBAL/LOCAL pending further discussion 14 years ago
Simon Riggs 72335a2015 Add ERROR msg for GLOBAL/LOCAL TEMP is not yet implemented 14 years ago
Tom Lane 3dd8e59681 Fix bogus handling of control characters in json_lex_string(). 14 years ago
Tom Lane 2a4c46e0ba Fix array overrun in regex code. 14 years ago
Robert Haas 8fbe5a317d Fix error message for COMMENT/SECURITY LABEL ON COLUMN xxx IS 'yyy' 14 years ago
Peter Eisentraut f1f6737e15 Fix incorrect logic in JSON number lexer 14 years ago
Tom Lane 488c6dd170 Improve error message for ALTER COLUMN TYPE coercion failure. 14 years ago
Peter Eisentraut c8e086795a Remove whitespace from end of lines 14 years ago
Tom Lane 809e7e21af Converge all SQL-level statistics timing values to float8 milliseconds. 14 years ago
Tom Lane 1dd89eadcd Rename I/O timing statistics columns to blk_read_time and blk_write_time. 14 years ago
Tom Lane 7c85aa39fc Fix oversight in recent parameterized-path patch. 14 years ago
Tom Lane d6d5f67b5b Modify create_index regression test to avoid intermittent failures. 14 years ago
Tom Lane 9fa82c9809 Fix planner's handling of RETURNING lists in writable CTEs. 14 years ago
Robert Haas 3ce7f18e92 Casts to or from a domain type are ignored; warn and document. 14 years ago
Robert Haas 5d4b60f2f2 Lots of doc corrections. 14 years ago
Tom Lane 33e99153e9 Use fuzzy not exact cost comparison for the final tie-breaker in add_path. 14 years ago
Alvaro Herrera 09ff76fcdb Recast "ONLY" column CHECK constraints as NO INHERIT 14 years ago
Tom Lane 5b7b5518d0 Revise parameterized-path mechanism to fix assorted issues. 14 years ago
Tom Lane e3ffd05b02 Weaken the planner's tests for relevant joinclauses. 14 years ago
Peter Eisentraut c0cc526e8b Rename bytea_agg to string_agg and add delimiter argument 14 years ago
Peter Eisentraut 64e1309c76 Consistently quote encoding and locale names in messages 14 years ago
Tom Lane 880bfc3287 Silently ignore any nonexistent schemas that are listed in search_path. 14 years ago
Tom Lane 263d9de66b Allow statistics to be collected for foreign tables. 14 years ago
Simon Riggs 8cb53654db Add DROP INDEX CONCURRENTLY [IF EXISTS], uses ShareUpdateExclusiveLock 14 years ago
Robert Haas 21cc529698 checkopint -> checkpoint 14 years ago
Robert Haas b736aef2ec Publish checkpoint timing information to pg_stat_bgwriter. 14 years ago
Robert Haas 644828908f Expose track_iotiming data via the statistics collector. 14 years ago
Tom Lane 05dbd4a773 Fix plpgsql named-cursor-parameter feature for variable name conflicts. 14 years ago
Peter Eisentraut 38b9693fd9 Add support for renaming domain constraints 14 years ago
Tom Lane e8476f46fc Fix COPY FROM for null marker strings that correspond to invalid encoding. 14 years ago
Tom Lane 8279eb4191 Fix planner's handling of outer PlaceHolderVars within subqueries. 14 years ago
Tom Lane 0339047bc9 Code review for protransform patches. 14 years ago
Tom Lane 9dbf2b7d75 Restructure SELECT INTO's parsetree representation into CreateTableAsStmt. 14 years ago
Andrew Dunstan e3fc4a97bc Honor inputdir and outputdir when converting regression files. 14 years ago
Tom Lane dd4134ea56 Revisit handling of UNION ALL subqueries with non-Var output columns. 14 years ago
Tom Lane c6a11b89e4 Teach SPGiST to store nulls and do whole-index scans. 14 years ago
Peter Eisentraut 39d74e346c Add support for renaming constraints 14 years ago
Peter Eisentraut cecdf6d459 Add isolation test to check-world and installcheck-world 14 years ago
Tom Lane 0e5e167aae Collect and use element-frequency statistics for arrays. 14 years ago
Peter Eisentraut b59ca98209 Allow CREATE TABLE (LIKE ...) from composite type 14 years ago
Peter Eisentraut 8e5f4300fd Re-add "make check" target in src/test/isolation/Makefile 14 years ago
Peter Eisentraut 6688d2878e Add COLLATION FOR expression 14 years ago
Peter Eisentraut 36a1a8c33d Don't link pg_isolation_regress with libpq 14 years ago
Peter Eisentraut 9cfd800aab Add some enumeration commas, for consistency 14 years ago
Tom Lane 173e29aa5d Fix the general case of quantified regex back-references. 14 years ago
Peter Eisentraut 95ca2859f4 pg_regress: Add application name setting 14 years ago
Andrew Dunstan 83fcaffea2 Fix a couple of cases of JSON output. 14 years ago
Tom Lane 5223f96d92 Fix regex back-references that are directly quantified with *. 14 years ago