index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Second try at fixing ecpglib thread-safety problem.
Tom Lane
2019-01-21
*
Fix "Remove superfluous tqual.h includes" by adding back one include.
Andres Freund
2019-01-21
*
Fix sepgsql regression test.
Tom Lane
2019-01-21
*
Remove superfluous tqual.h includes.
Andres Freund
2019-01-21
*
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
*
Replace heapam.h includes with {table, relation}.h where applicable.
Andres Freund
2019-01-21
*
Introduce access/{table.h, relation.h}, for generic functions from heapam.h.
Andres Freund
2019-01-21
*
Sort the dependent objects before recursing in findDependentObjects().
Tom Lane
2019-01-21
*
Add 'id' to Acknowledgments section
Alvaro Herrera
2019-01-21
*
Fix ALTER TRIGGER ... RENAME, broken in WITH OIDS removal.
Andres Freund
2019-01-21
*
Adjust some more comments for WITH OIDS removal.
Andres Freund
2019-01-21
*
Avoid thread-safety problem in ecpglib.
Tom Lane
2019-01-21
*
Revert "Fix under-quoted filename pattern in pgbench TAP test."
Tom Lane
2019-01-21
*
Postpone generating tlists and EC members for inheritance dummy children.
Etsuro Fujita
2019-01-21
*
Allow COPY FROM to filter data using WHERE conditions
Tomas Vondra
2019-01-20
*
Revert "Add valgrind suppressions for wcsrtombs optimizations"
Tomas Vondra
2019-01-19
*
Replace @postgresql.org with @lists.postgresql.org for mailinglists
Magnus Hagander
2019-01-19
*
Fix outdated comment
Peter Eisentraut
2019-01-19
*
Fix under-quoted filename pattern in pgbench TAP test.
Tom Lane
2019-01-18
*
Use our own getopt() on OpenBSD.
Tom Lane
2019-01-18
*
Fix creation of duplicate foreign keys on partitions
Alvaro Herrera
2019-01-18
*
Move CloneForeignKeyConstraints to tablecmds.c
Alvaro Herrera
2019-01-18
*
Refactor duplicate code into DeconstructFkConstraintRow
Alvaro Herrera
2019-01-18
*
Avoid sometimes printing both tables and their columns in DROP CASCADE.
Tom Lane
2019-01-18
*
Remove obsolete comment
Peter Eisentraut
2019-01-18
*
configure: More use of AC_ARG_VAR
Peter Eisentraut
2019-01-18
*
Fix incorrect relation name in comment of vacuumlazy.c
Michael Paquier
2019-01-18
*
Enforce non-parallel plan when calling current_schema() in newly-added test
Michael Paquier
2019-01-18
*
Avoid assuming that we know the spelling of getopt_long's error messages.
Tom Lane
2019-01-17
*
Restrict the use of temporary namespace in two-phase transactions
Michael Paquier
2019-01-18
*
Replace references to mailinglists with @lists.postgresql.org
Magnus Hagander
2019-01-17
*
Remove references to Majordomo
Magnus Hagander
2019-01-17
*
Postpone aggregate checks until after collation is assigned.
Andrew Gierth
2019-01-17
*
Doc: enhance pgbench manual.
Tatsuo Ishii
2019-01-17
*
postgres_fdw: Remove duplicate code in DML execution callback functions.
Etsuro Fujita
2019-01-17
*
Reorganize planner code moved in b60c39759908
Alvaro Herrera
2019-01-16
*
Increase test coverage in RI_Initial_Check()
Peter Eisentraut
2019-01-16
*
Increase test coverage in RI_FKey_fk_upd_check_required()
Peter Eisentraut
2019-01-16
*
Increase test coverage in RI_FKey_pk_upd_check_required()
Peter Eisentraut
2019-01-16
*
Add test case for ON DELETE NO ACTION/RESTRICT
Peter Eisentraut
2019-01-16
*
Don't duplicate parallel seqscan shmem sizing logic in nbtree.
Andres Freund
2019-01-15
*
Move vacuumlazy.c into access/heap.
Andres Freund
2019-01-15
*
Fix parent of WCO qual.
Andres Freund
2019-01-15
*
Finish reverting "recheck_on_update" patch.
Tom Lane
2019-01-15
*
Don't include genam.h from execnodes.h and relscan.h anymore.
Andres Freund
2019-01-14
*
Make naming of tupdesc related structs more consistent with the rest of PG.
Andres Freund
2019-01-14
*
Remove too generically named MissingPtr typedef.
Andres Freund
2019-01-14
*
Don't include heapam.h from others headers.
Andres Freund
2019-01-14
*
Fix typos in documentation and for one wait event
Michael Paquier
2019-01-15
*
Re-add default_with_oids GUC to avoid breaking old dump files.
Andres Freund
2019-01-14
[next]