index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
Commit message (
Expand
)
Author
Age
*
Fix incorrect error reporting for duplicate data in \crosstabview.
Tom Lane
2016-12-25
*
Fix tuple routing in cases where tuple descriptors don't match.
Robert Haas
2016-12-22
*
Use TSConfigRelationId in AlterTSConfiguration()
Stephen Frost
2016-12-22
*
Fix CREATE TABLE ... LIKE ... WITH OIDS.
Tom Lane
2016-12-22
*
Update sequence_1.out for recent changes
Peter Eisentraut
2016-12-22
*
Fix handling of expanded objects in CoerceToDomain and CASE execution.
Tom Lane
2016-12-22
*
Fix strange behavior (and possible crashes) in full text phrase search.
Tom Lane
2016-12-21
*
Fix order of operations in CREATE OR REPLACE VIEW.
Dean Rasheed
2016-12-21
*
Convert elog() to ereport() and do some wordsmithing.
Robert Haas
2016-12-21
*
Add pg_sequence system catalog
Peter Eisentraut
2016-12-20
*
Fix sharing Agg transition state of DISTINCT or ordered aggs.
Heikki Linnakangas
2016-12-20
*
Fix handling of phrase operator removal while removing tsquery stopwords.
Tom Lane
2016-12-19
*
Support quorum-based synchronous replication.
Fujii Masao
2016-12-19
*
Improve handling of array elements as getdiag_targets and cursor_variables.
Tom Lane
2016-12-13
*
Add support for temporary replication slots
Peter Eisentraut
2016-12-12
*
Prevent crash when ts_rewrite() replaces a non-top-level subtree with null.
Tom Lane
2016-12-11
*
Fix crasher bug in array_position(s)
Alvaro Herrera
2016-12-09
*
Fix reporting of column typmods for multi-row VALUES constructs.
Tom Lane
2016-12-08
*
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-07
*
Add support for restrictive RLS policies
Stephen Frost
2016-12-05
*
Document recipe for testing compatibility with old Perl.
Noah Misch
2016-12-04
*
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-12-02
*
Fix test about ignoring extension dependencies during extension scripts.
Tom Lane
2016-11-26
*
Check for pending trigger events on far end when dropping an FK constraint.
Tom Lane
2016-11-25
*
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-24
*
Make sure ALTER TABLE preserves index tablespaces.
Tom Lane
2016-11-23
*
Improve handling of "UPDATE ... SET (column_list) = row_constructor".
Tom Lane
2016-11-22
*
Prevent multicolumn expansion of "foo.*" in an UPDATE source expression.
Tom Lane
2016-11-20
*
Add pg_sequences view
Peter Eisentraut
2016-11-18
*
Allow individual TAP tests to be run via PROVE_TESTS
Peter Eisentraut
2016-11-14
*
Support "COPY view FROM" for views with INSTEAD OF INSERT triggers.
Tom Lane
2016-11-10
*
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-07
*
Need to do SPI_push/SPI_pop around expression evaluation in plpgsql.
Tom Lane
2016-11-06
*
psql: Split up "Modifiers" column in \d and \dD
Peter Eisentraut
2016-11-03
*
Don't convert Consts into Vars during setrefs.c processing.
Tom Lane
2016-11-02
*
Fix bogus tree-flattening logic in QTNTernary().
Tom Lane
2016-10-30
*
Fix possible pg_basebackup failure on standby with "include WAL".
Robert Haas
2016-10-27
*
Fix incorrect trigger-property updating in ALTER CONSTRAINT.
Tom Lane
2016-10-26
*
Preserve commit timestamps across clean restart
Alvaro Herrera
2016-10-24
*
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-23
*
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
[next]