Commit Graph

3603 Commits (22434dd06bbc5774c7bbffa5bf2bef3ead50c2f2)

Author SHA1 Message Date
Peter Eisentraut 22434dd06b Update sequence_1.out for recent changes 9 years ago
Tom Lane cd1b215692 Fix handling of expanded objects in CoerceToDomain and CASE execution. 9 years ago
Tom Lane 89fcea1ace Fix strange behavior (and possible crashes) in full text phrase search. 9 years ago
Dean Rasheed 58b1362642 Fix order of operations in CREATE OR REPLACE VIEW. 9 years ago
Robert Haas cd510f0413 Convert elog() to ereport() and do some wordsmithing. 9 years ago
Peter Eisentraut 1753b1b027 Add pg_sequence system catalog 9 years ago
Heikki Linnakangas db80acfc9d Fix sharing Agg transition state of DISTINCT or ordered aggs. 9 years ago
Tom Lane 2604438472 Fix handling of phrase operator removal while removing tsquery stopwords. 9 years ago
Fujii Masao 3901fd70cc Support quorum-based synchronous replication. 9 years ago
Tom Lane 55caaaeba8 Improve handling of array elements as getdiag_targets and cursor_variables. 9 years ago
Peter Eisentraut a924c327e2 Add support for temporary replication slots 9 years ago
Tom Lane 0eaaaf00e2 Prevent crash when ts_rewrite() replaces a non-top-level subtree with null. 9 years ago
Alvaro Herrera a73491e5fe Fix crasher bug in array_position(s) 9 years ago
Tom Lane 0b78106cd4 Fix reporting of column typmods for multi-row VALUES constructs. 9 years ago
Robert Haas cd5d3af44e Replace references to COLLATE "en_CA" with COLLATE "POSIX". 9 years ago
Robert Haas 71efd34fb8 Replace references to COLLATE "en_US" with COLLATE "C". 9 years ago
Robert Haas f0e44751d7 Implement table partitioning. 9 years ago
Stephen Frost 093129c9d9 Add support for restrictive RLS policies 9 years ago
Noah Misch d61aa6ae65 Document recipe for testing compatibility with old Perl. 9 years ago
Tom Lane 19fcc0058e Fix broken wait-for-previous-process-to-exit loop in regression test. 9 years ago
Tom Lane b3427dade1 Delete deleteWhatDependsOn() in favor of more performDeletion() flag bits. 9 years ago
Tom Lane 182db07040 Fix test about ignoring extension dependencies during extension scripts. 9 years ago
Tom Lane 4e026b32d4 Check for pending trigger events on far end when dropping an FK constraint. 9 years ago
Tom Lane 4cc6a3f110 Check that default_tablespace affects ALTER TABLE ADD UNIQUE/PRIMARY KEY. 9 years ago
Alvaro Herrera 4aaddf2f00 Fix commit_ts for FrozenXid and BootstrapXid 9 years ago
Tom Lane bd673e8e86 Make sure ALTER TABLE preserves index tablespaces. 9 years ago
Tom Lane 906bfcad7b Improve handling of "UPDATE ... SET (column_list) = row_constructor". 9 years ago
Tom Lane c5f365f3ab Prevent multicolumn expansion of "foo.*" in an UPDATE source expression. 9 years ago
Peter Eisentraut 67dc4ccbb2 Add pg_sequences view 9 years ago
Peter Eisentraut 9ca7b0bf01 Allow individual TAP tests to be run via PROVE_TESTS 9 years ago
Tom Lane 279c439c7f Support "COPY view FROM" for views with INSTEAD OF INSERT triggers. 9 years ago
Tom Lane 9257f07872 Replace uses of SPI_modifytuple that intend to allocate in current context. 9 years ago
Tom Lane 6d30fb1f75 Make SPI_fnumber() reject dropped columns. 9 years ago
Noah Misch 650b967076 Change qr/foo$/m to qr/foo\n/m, for Perl 5.8.8. 9 years ago
Tom Lane e3e66d8a98 Band-aid fix for incorrect use of view options as StdRdOptions. 9 years ago
Tom Lane fc8b81a291 Need to do SPI_push/SPI_pop around expression evaluation in plpgsql. 9 years ago
Peter Eisentraut a0f357e570 psql: Split up "Modifiers" column in \d and \dD 9 years ago
Tom Lane da8f3ebf30 Don't convert Consts into Vars during setrefs.c processing. 9 years ago
Tom Lane 24ebc444c6 Fix bogus tree-flattening logic in QTNTernary(). 9 years ago
Robert Haas f267c1c244 Fix possible pg_basebackup failure on standby with "include WAL". 9 years ago
Tom Lane a522fc3d80 Fix incorrect trigger-property updating in ALTER CONSTRAINT. 9 years ago
Alvaro Herrera 00f15338b2 Preserve commit timestamps across clean restart 9 years ago
Tom Lane a6c0a5b6e8 Don't throw serialization errors for self-conflicts in INSERT ON CONFLICT. 9 years ago
Tom Lane 6292c23391 Avoid testing tuple visibility without buffer lock in RI_FKey_check(). 9 years ago
Peter Eisentraut e5a9bcb529 Use pg_ctl promote -w in TAP tests 9 years ago
Peter Eisentraut 5d58c07a44 initdb pg_basebackup: Rename --noxxx options to --no-xxx 9 years ago
Heikki Linnakangas 917dc7d239 Fix WAL-logging of FSM and VM truncation. 9 years ago
Robert Haas b801e12008 Improve regression test coverage for hash indexes. 9 years ago
Tom Lane 3cca13cbfc Fix another bug in merging of inherited CHECK constraints. 9 years ago
Tom Lane 9c4cc9e2c7 Fix broken jsonb_set() logic for replacing array elements. 9 years ago