Commit Graph

1918 Commits (f3aec2c7f51904e7920cd27115fdab831795d96b)

Author SHA1 Message Date
Tom Lane 960d7ff022 Allow MOVE FORWARD n, MOVE BACKWARD n, MOVE FORWARD ALL, MOVE BACKWARD ALL 17 years ago
Tom Lane 25549edb26 Fix equivclass.c's not-quite-right strategy for handling X=X clauses. 17 years ago
Tom Lane 9048b73184 Implement the DO statement to support execution of PL code without having 17 years ago
Tom Lane d5a43ffde0 Fix crash if a DROP is attempted on an internally-dependent object. 17 years ago
Tom Lane 923413ac6d Define a new, more extensible syntax for COPY options. 17 years ago
Tom Lane 9bb342811b Rewrite the planner's handling of materialized plan types so that there is 17 years ago
Tom Lane d5a4b69c3a Fix assertion failure when a SELECT DISTINCT ON expression is volatile. 17 years ago
Tom Lane 255f66efa9 Fix bug with WITH RECURSIVE immediately inside WITH RECURSIVE. 99% of the 17 years ago
Tom Lane 57c9dff9d1 Fix subquery pullup to wrap a PlaceHolderVar around the entire RowExpr 17 years ago
Tom Lane bb16dc49ab Modify the definition of window-function PARTITION BY and ORDER BY clauses 17 years ago
Peter Eisentraut 9d182ef002 Update of install-sh, mkinstalldirs, and associated configury 17 years ago
Tom Lane 3bee0a4642 Run the "tablespace" regression test first not last. The former placement 17 years ago
Teodor Sigaev a88a48011c Introduce filtering dictionary support to tsearch. Propagate --nolocale option 17 years ago
Tom Lane a05a4b478d Remove Wisconsin benchmark files. 17 years ago
Tom Lane 3718b0c50d Repair breakage of Wisconsin benchmark due to change of command line syntax 17 years ago
Teodor Sigaev abd8c94ff9 Add prefix support for synonym dictionary 17 years ago
Tom Lane 501255114d Add a simple test case covering a join against an inheritance tree, 17 years ago
Tom Lane e61fd4ac74 Support EEEE (scientific notation) in to_char(). 17 years ago
Tom Lane dcb2bda9b7 Improve plpgsql's ability to cope with rowtypes containing dropped columns, 17 years ago
Tom Lane a2a8c7a662 Support hex-string input and output for type BYTEA. 17 years ago
Joe Conway be6bca23b3 Implement has_sequence_privilege() 17 years ago
Tom Lane 527f0ae3fa Department of second thoughts: let's show the exact key during unique index 17 years ago
Tom Lane b680ae4bdb Improve unique-constraint-violation error messages to include the exact 17 years ago
Tom Lane 25d9bf2e3e Support deferrable uniqueness constraints. 17 years ago
Teodor Sigaev 49475aab8d Correct calculations of overlap and contains operations over polygons. 17 years ago
Tom Lane 8835d63b27 Experiment with using EXPLAIN COSTS OFF in regression tests. 17 years ago
Andrew Dunstan de7531a971 Allow * as parameter for FORCE QUOTE for COPY CSV. Itagaki Takahiro. 17 years ago
Andrew Dunstan e73131a16a DROP IF EXISTS for columns and constraints. Andres Freund. 17 years ago
Tom Lane a43b190e3c Fix a thinko in join_is_legal: when we decide we can implement a semijoin 17 years ago
Tom Lane fb18055998 Repair bug #4926 "too few pathkeys for mergeclauses". This example shows 17 years ago
Peter Eisentraut 23d830bd9a Alter some gratuitous uses of "ANSI" when "SQL standard" might have been 17 years ago
Tom Lane 9298d2ff39 Fix handling of changed-Param signaling for CteScan plan nodes. We were using 17 years ago
Peter Eisentraut 72da68eef0 Regression test for XML mapping functionality 17 years ago
Tom Lane 3f1e529e78 Make to_timestamp and friends skip leading spaces before an integer field, 17 years ago
Tom Lane f51c9a6665 Change test tables in copy2 regression test to be temporary tables. 17 years ago
Tom Lane 0c19f05803 Fix things so that you can still do "select foo()" where foo is a SQL 17 years ago
Bruce Momjian d747140279 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 17 years ago
Tom Lane 5cca35a68b Make handling of INTERVAL DAY TO MINUTE and INTERVAL DAY TO SECOND input 17 years ago
Peter Eisentraut 9b7304bc25 Fix xmlattribute escaping XML special characters twice (bug #4822). 17 years ago
Tom Lane bac2ad38ea Change AdjustIntervalForTypmod to not discard higher-order field values on the 17 years ago
Tom Lane fc2660fc25 Fix LIKE's special-case code for % followed by _. I'm not entirely sure that 17 years ago
Tom Lane 7280fab717 Fix bug #4814 (wrong subscript in consistent-function call), and add some 17 years ago
Tom Lane 421c66b76c Modify CREATE DATABASE to enforce that the source database's encoding setting 17 years ago
Tom Lane 1bbbcb04f0 Make new complaint about unsafe Unicode literals include an error location. 17 years ago
Peter Eisentraut 40bc4c2605 Disable the use of Unicode escapes in string constants (U&'') when 17 years ago
Tom Lane 20a3ddbbf9 Fix the handling of sub-SELECTs appearing in the arguments of an outer-level 17 years ago
Tom Lane 8d4f2ecd41 Change the default value of max_prepared_transactions to zero, and add 17 years ago
Bruce Momjian aeb3c2fce4 Add agg/normal/trigger/window flags for psql \df and in \df output. 17 years ago
Tom Lane 3a624e9200 Revise plpgsql's scanner to process comments and string literals in a way 17 years ago
Alvaro Herrera c5593d5405 Fix the regression test error message for array_fill, too. 17 years ago