Commit Graph

2306 Commits (5c784d96ae445f0d46bd3abde10bb02b186f42e9)

Author SHA1 Message Date
Tom Lane 33f642f23a Don't require bleeding-edge timezone data in timestamptz regression test. 11 years ago
Tom Lane 6ec1c3ef8b Avoid corrupting tables when ANALYZE inside a transaction is rolled back. 12 years ago
Tom Lane 2784b68b32 Support timezone abbreviations that sometimes change. 12 years ago
Tom Lane 477023e942 Fix some more problems with nested append relations. 12 years ago
Tom Lane cf5c20b063 Fix power_var_int() for large integer exponents. 12 years ago
Noah Misch 81af4185ad Diagnose incompatible OpenLDAP versions during build and test. 12 years ago
Tom Lane c45841f9e1 Fix bug with whole-row references to append subplans. 12 years ago
Tom Lane fa21a760b2 Don't assume a subquery's output is unique if there's a SRF in its tlist. 12 years ago
Tom Lane 555d0b2000 Back-patch "Fix EquivalenceClass processing for nested append relations". 12 years ago
Noah Misch 94ab763278 Make pqsignal() available to pg_regress of ECPG and isolation suites. 12 years ago
Noah Misch 481831b438 Secure Unix-domain sockets of "make check" temporary clusters. 12 years ago
Tom Lane d5ea7e6494 Remove inadvertent copyright violation in largeobject regression test. 12 years ago
Fujii Masao 034d5c9464 Fix breakages of hot standby regression test. 12 years ago
Tom Lane 43c658f523 Revert "Fix bogus %name-prefix option syntax in all our Bison files." 12 years ago
Tom Lane 4c5fde4e28 Fix bogus %name-prefix option syntax in all our Bison files. 12 years ago
Heikki Linnakangas f47e4ce6ce Handle duplicate XIDs in txid_snapshot. 12 years ago
Tom Lane 229101db4d Fix failure to set ActiveSnapshot while rewinding a cursor. 12 years ago
Jeff Davis 47e4309c07 Fix interval test, which was broken for floating-point timestamps. 12 years ago
Bruce Momjian 2616a5d300 Remove tabs after spaces in C comments 12 years ago
Tom Lane db1fdc945d Fix failure to detoast fields in composite elements of structured types. 12 years ago
Noah Misch 3e7dfbd4fe Revert "Secure Unix-domain sockets of "make check" temporary clusters." 12 years ago
Noah Misch 61017ea214 Secure Unix-domain sockets of "make check" temporary clusters. 12 years ago
Tom Lane 4741e31600 Prevent potential overruns of fixed-size buffers. 12 years ago
Noah Misch 6a10e57b0f Fix handling of wide datetime input/output. 12 years ago
Noah Misch 5d320a16ca Shore up ADMIN OPTION restrictions. 12 years ago
Tom Lane 3bf5c16f15 Don't generate plain-text HISTORY and src/test/regress/README anymore. 12 years ago
Tom Lane 6c6c53d0be Fix "cannot accept a set" error when only some arms of a CASE return a set. 12 years ago
Tom Lane 52c342dd02 Tweak placement of explicit ANALYZE commands in the regression tests. 12 years ago
Tom Lane 48e5cfde87 Fix possible crash with nested SubLinks. 12 years ago
Tom Lane f67b8aeab3 Fix crash in assign_collations_walker for EXISTS with empty SELECT list. 12 years ago
Tom Lane 92a752151f Flatten join alias Vars before pulling up targetlist items from a subquery. 12 years ago
Tom Lane af38d140c7 Make contain_volatile_functions/contain_mutable_functions look into SubLinks. 13 years ago
Tom Lane 6e2c762480 Fix generation of MergeAppend plans for optimized min/max on expressions. 13 years ago
Tom Lane 172ba45780 Fix some odd behaviors when using a SQL-style simple GMT offset timezone. 13 years ago
Noah Misch ea0a8f0d22 Use @libdir@ in both of regress/{input,output}/security_label.source 13 years ago
Tom Lane 8e67a28eea Don't fail for bad GUCs in CREATE FUNCTION with check_function_bodies off. 13 years ago
Tom Lane f7bbd46dcf In locate_grouping_columns(), don't expect an exact match of Var typmods. 13 years ago
Tom Lane 1346f40b58 Fix regexp_matches() handling of zero-length matches. 13 years ago
Noah Misch ed33ad39a2 Restore REINDEX constraint validation. 13 years ago
Tom Lane a2c2336f96 Remove unnecessary restrictions about RowExprs in transformAExprIn(). 13 years ago
Tom Lane f753c9d596 Prevent pushing down WHERE clauses into unsafe UNION/INTERSECT nests. 13 years ago
Tom Lane 677fde06af Minor robustness improvements for isolationtester. 13 years ago
Tom Lane 4d4c00850d Fix gist_box_same and gist_point_consistent to handle fuzziness correctly. 13 years ago
Tom Lane ec26900f9d Fix grammar for subscripting or field selection from a sub-SELECT result. 13 years ago
Tom Lane 647b1bcdfd Prevent passing gmake's environment variables down through pg_regress. 13 years ago
Tom Lane bdceb861d7 Fix SELECT DISTINCT with index-optimized MIN/MAX on inheritance trees. 13 years ago
Tom Lane 4387cc9ab4 Improve handling of INT_MIN / -1 and related cases. 13 years ago
Tom Lane f43ca3c894 Fix handling of inherited check constraints in ALTER COLUMN TYPE. 14 years ago
Tom Lane efa81e3c94 Fix bogus handling of $(X) (i.e., ".exe") in isolationtester Makefile. 14 years ago
Tom Lane f01936f70b Prevent parser from believing that views have system columns. 14 years ago