index
:
postgresql-pgindent.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
Age
Commit message (
Expand
)
Author
2016-12-09
Fix crasher bug in array_position(s)
Alvaro Herrera
2016-12-08
Fix reporting of column typmods for multi-row VALUES constructs.
Tom Lane
2016-12-07
Replace references to COLLATE "en_CA" with COLLATE "POSIX".
Robert Haas
2016-12-07
Replace references to COLLATE "en_US" with COLLATE "C".
Robert Haas
2016-12-07
Implement table partitioning.
Robert Haas
2016-12-05
Add support for restrictive RLS policies
Stephen Frost
2016-12-04
Document recipe for testing compatibility with old Perl.
Noah Misch
2016-12-02
Fix broken wait-for-previous-process-to-exit loop in regression test.
Tom Lane
2016-12-02
Delete deleteWhatDependsOn() in favor of more performDeletion() flag bits.
Tom Lane
2016-11-26
Fix test about ignoring extension dependencies during extension scripts.
Tom Lane
2016-11-25
Check for pending trigger events on far end when dropping an FK constraint.
Tom Lane
2016-11-24
Check that default_tablespace affects ALTER TABLE ADD UNIQUE/PRIMARY KEY.
Tom Lane
2016-11-24
Fix commit_ts for FrozenXid and BootstrapXid
Alvaro Herrera
2016-11-23
Make sure ALTER TABLE preserves index tablespaces.
Tom Lane
2016-11-22
Improve handling of "UPDATE ... SET (column_list) = row_constructor".
Tom Lane
2016-11-20
Prevent multicolumn expansion of "foo.*" in an UPDATE source expression.
Tom Lane
2016-11-18
Add pg_sequences view
Peter Eisentraut
2016-11-14
Allow individual TAP tests to be run via PROVE_TESTS
Peter Eisentraut
2016-11-10
Support "COPY view FROM" for views with INSTEAD OF INSERT triggers.
Tom Lane
2016-11-08
Replace uses of SPI_modifytuple that intend to allocate in current context.
Tom Lane
2016-11-08
Make SPI_fnumber() reject dropped columns.
Tom Lane
2016-11-08
Change qr/foo$/m to qr/foo\n/m, for Perl 5.8.8.
Noah Misch
2016-11-07
Band-aid fix for incorrect use of view options as StdRdOptions.
Tom Lane
2016-11-06
Need to do SPI_push/SPI_pop around expression evaluation in plpgsql.
Tom Lane
2016-11-03
psql: Split up "Modifiers" column in \d and \dD
Peter Eisentraut
2016-11-02
Don't convert Consts into Vars during setrefs.c processing.
Tom Lane
2016-10-30
Fix bogus tree-flattening logic in QTNTernary().
Tom Lane
2016-10-27
Fix possible pg_basebackup failure on standby with "include WAL".
Robert Haas
2016-10-26
Fix incorrect trigger-property updating in ALTER CONSTRAINT.
Tom Lane
2016-10-24
Preserve commit timestamps across clean restart
Alvaro Herrera
2016-10-23
Don't throw serialization errors for self-conflicts in INSERT ON CONFLICT.
Tom Lane
2016-10-23
Avoid testing tuple visibility without buffer lock in RI_FKey_check().
Tom Lane
2016-10-19
Use pg_ctl promote -w in TAP tests
Peter Eisentraut
2016-10-19
initdb pg_basebackup: Rename --noxxx options to --no-xxx
Peter Eisentraut
2016-10-19
Fix WAL-logging of FSM and VM truncation.
Heikki Linnakangas
2016-10-18
Improve regression test coverage for hash indexes.
Robert Haas
2016-10-13
Fix another bug in merging of inherited CHECK constraints.
Tom Lane
2016-10-13
Fix broken jsonb_set() logic for replacing array elements.
Tom Lane
2016-10-10
Make regression tests less dependent on hash table order.
Andres Freund
2016-10-09
Fix incorrect handling of polymorphic aggregates used as window functions.
Tom Lane
2016-10-08
Fix two bugs in merging of inherited CHECK constraints.
Tom Lane
2016-10-07
Don't share SSL_CTX between libpq connections.
Heikki Linnakangas
2016-10-05
Update obsolete comments and perldoc.
Robert Haas
2016-10-05
Rename WAIT_* constants to PG_WAIT_*.
Robert Haas
2016-10-04
Adjust worker_spi for 6f3bd98ebfc008cbd676da777bb0b2376c4c4bfa.
Robert Haas
2016-10-04
Extend framework from commit 53be0b1ad to report latch waits.
Robert Haas
2016-10-03
Fix RLS with COPY (col1, col2) FROM tab
Stephen Frost
2016-10-01
Fix misplacement of submake-generated-headers prerequisites.
Tom Lane
2016-10-01
Set log_line_prefix and application name in test drivers
Peter Eisentraut
2016-09-29
Switch pg_basebackup commands in Postgres.pm to use --nosync
Peter Eisentraut
[next]