index
:
postgresql.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
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2019-01-21
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
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
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-19
Allow COPY FROM to filter data using WHERE conditions
Tomas Vondra
2019-01-19
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-18
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
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-18
Restrict the use of temporary namespace in two-phase transactions
Michael Paquier
2019-01-17
Postpone aggregate checks until after collation is assigned.
Andrew Gierth
2019-01-16
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-15
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-15
Make naming of tupdesc related structs more consistent with the rest of PG.
Andres Freund
2019-01-15
Remove too generically named MissingPtr typedef.
Andres Freund
2019-01-15
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-14
Re-add default_with_oids GUC to avoid breaking old dump files.
Andres Freund
2019-01-14
Fix unique INCLUDE indexes on partitioned tables
Alvaro Herrera
2019-01-14
Detach postmaster process from pg_ctl's session at server startup.
Heikki Linnakangas
2019-01-13
fix typo
Andrew Dunstan
2019-01-13
Make DLSUFFIX easily discoverable by build scripts
Andrew Dunstan
2019-01-13
Make Emacs perl-mode indent more like perltidy.
Noah Misch
2019-01-13
Improve missing-program error handling in make_ctags and make_etags.
Tom Lane
2019-01-13
Fix error message for logical replication targets
Michael Paquier
[next]