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 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
*
Fix commit_ts for FrozenXid and BootstrapXid
Alvaro Herrera
2016-11-24
*
Make sure ALTER TABLE preserves index tablespaces.
Tom Lane
2016-11-23
*
Prevent multicolumn expansion of "foo.*" in an UPDATE source expression.
Tom Lane
2016-11-20
*
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
*
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
*
Fix WAL-logging of FSM and VM truncation.
Heikki Linnakangas
2016-10-19
*
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-13
*
Fix incorrect handling of polymorphic aggregates used as window functions.
Tom Lane
2016-10-09
*
Fix two bugs in merging of inherited CHECK constraints.
Tom Lane
2016-10-08
*
Remove user_relns() SRF from regression tests.
Tom Lane
2016-10-08
*
Don't share SSL_CTX between libpq connections.
Heikki Linnakangas
2016-10-07
*
Update obsolete comments and perldoc.
Robert Haas
2016-10-05
*
Fix RLS with COPY (col1, col2) FROM tab
Stephen Frost
2016-10-03
*
Fix misplacement of submake-generated-headers prerequisites.
Tom Lane
2016-10-01
*
worker_spi: Call pgstat_report_stat.
Robert Haas
2016-09-28
*
Include <sys/select.h> where needed
Alvaro Herrera
2016-09-27
*
Install TAP test infrastructure so it's available for extension testing.
Tom Lane
2016-09-23
*
Be sure to rewind the tuplestore read pointer in non-leader CTEScan nodes.
Tom Lane
2016-09-22
*
Support OpenSSL 1.1.0.
Heikki Linnakangas
2016-09-15
*
Fix locking a tuple updated by an aborted (sub)transaction
Alvaro Herrera
2016-09-09
*
Fix two src/test/modules Makefiles
Alvaro Herrera
2016-09-08
*
Allow pg_dump to dump non-extension members of an extension-owned schema.
Tom Lane
2016-09-08
*
Add regression test coverage for non-default timezone abbreviation sets.
Tom Lane
2016-09-04
*
Don't require dynamic timezone abbreviations to match underlying time zone.
Tom Lane
2016-09-02
*
Fix instability in parallel regression tests.
Tom Lane
2016-08-25
*
Fix improper repetition of previous results from a hashed aggregate.
Tom Lane
2016-08-24
*
Add alternative output for ON CONFLICT toast isolation test.
Andres Freund
2016-08-18
*
Fix deletion of speculatively inserted TOAST on conflict
Andres Freund
2016-08-17
*
Fix typos
Peter Eisentraut
2016-08-16
*
Final pgindent + perltidy run for 9.6.
Tom Lane
2016-08-15
*
Remove bogus dependencies on NUMERIC_MAX_PRECISION.
Tom Lane
2016-08-14
*
Add SQL-accessible functions for inspecting index AM properties.
Tom Lane
2016-08-13
*
Fix busted Assert for CREATE MATVIEW ... WITH NO DATA.
Tom Lane
2016-08-11
*
Fix two errors with nested CASE/WHEN constructs.
Tom Lane
2016-08-08
*
Sort out paired double quotes in \connect, \password and \crosstabview.
Noah Misch
2016-08-08
*
Make format() error messages consistent again
Peter Eisentraut
2016-08-08
*
Make array_to_tsvector() sort and de-duplicate the given strings.
Tom Lane
2016-08-05
*
Fix ts_delete(tsvector, text[]) to cope with duplicate array entries.
Tom Lane
2016-08-05
*
Make INSERT-from-multiple-VALUES-rows handle targetlist indirection better.
Tom Lane
2016-08-03
[next]