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
Age
Commit message (
Expand
)
Author
2016-08-29
Fix typos in comments.
Fujii Masao
2016-08-29
Fix pg_xlogdump so that it handles cross-page XLP_FIRST_IS_CONTRECORD record.
Fujii Masao
2016-08-28
Fix stray reference to the old genbki.sh script.
Tom Lane
2016-08-28
Make another editorial pass over the 9.6 release notes.
Tom Lane
2016-08-28
Update 9.6 release notes through today.
Tom Lane
2016-08-27
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-26
Add a nonlocalized version of the severity field to client error messages.
Tom Lane
2016-08-26
Fix potential memory leakage from HandleParallelMessages().
Tom Lane
2016-08-26
Put static forward declarations in elog.c back into same order as code.
Tom Lane
2016-08-26
Fix assorted small bugs in ThrowErrorData().
Tom Lane
2016-08-26
Fix logic for adding "parallel worker" context line to worker errors.
Tom Lane
2016-08-26
Support OID system column in postgres_fdw.
Heikki Linnakangas
2016-08-25
Fix instability in parallel regression tests.
Tom Lane
2016-08-25
Fix small query-lifespan memory leak in bulk updates.
Tom Lane
2016-08-25
doc: more replacement of <literal> with something better
Bruce Momjian
2016-08-24
postgres_fdw: Cosmetic cleanup.
Robert Haas
2016-08-24
Fix improper repetition of previous results from a hashed aggregate.
Tom Lane
2016-08-24
Remove unnecessary #include.
Kevin Grittner
2016-08-24
doc: Fix XSLT speedup with older upstream stylesheet versions
Peter Eisentraut
2016-08-24
Build libpgfeutils before src/bin/pg_basebackup programs.
Noah Misch
2016-08-24
Build libpgfeutils before pg_isready.
Noah Misch
2016-08-24
Suppress compiler warnings in non-cassert builds.
Tom Lane
2016-08-23
Fix network_spgist.c build failures from missing AF_INET definition.
Tom Lane
2016-08-23
Create an SP-GiST opclass for inet/cidr.
Tom Lane
2016-08-23
Extend dsm API with a new function dsm_unpin_segment.
Robert Haas
2016-08-23
Remove duplicate function prototype.
Robert Haas
2016-08-23
doc: fix incorrect 'literal' tags
Bruce Momjian
2016-08-23
Improve SP-GiST opclass API to better support unlabeled nodes.
Tom Lane
2016-08-23
Add txid_current_ifassigned().
Robert Haas
2016-08-23
Remove duplicate word from comment.
Robert Haas
2016-08-23
Refactor some network.c code to create cidr_set_masklen_internal().
Tom Lane
2016-08-22
doc: fix typo in recent patch
Bruce Momjian
2016-08-22
Fix possible sorting error when aborting use of abbreviated keys.
Robert Haas
2016-08-22
Improve header comment for LockHasWaitersRelation.
Robert Haas
2016-08-22
Run select_parallel test by itself
Peter Eisentraut
2016-08-22
initdb now needs submake-libpq and submake-libpgfeutils.
Tom Lane
2016-08-22
Retire escapeConnectionParameter().
Noah Misch
2016-08-20
initdb now needs to reference libpq include files in MSVC builds.
Tom Lane
2016-08-20
Make initdb's suggested "pg_ctl start" command line more reliable.
Tom Lane
2016-08-19
Allow empty queries in pgbench.
Tom Lane
2016-08-19
Use LEFT JOINs in some system views in case referenced row doesn't exist.
Tom Lane
2016-08-19
Guard against parallel-restricted functions in VALUES expressions.
Tom Lane
2016-08-19
Speed up planner's scanning for parallel-query hazards.
Tom Lane
2016-08-19
reorderbuffer: preserve errno while reporting error
Alvaro Herrera
2016-08-19
Clean up another pre-ANSI-C-ism in regex code: get rid of pcolor typedef.
Tom Lane
2016-08-19
Remove typedef celt from the regex library, along with macro NOCELT.
Tom Lane
2016-08-19
doc: requirepeer is a way to avoid spoofing
Bruce Momjian
2016-08-19
Add alternative output for ON CONFLICT toast isolation test.
Andres Freund
2016-08-18
Remove obsolete replacement system() on darwin
Peter Eisentraut
2016-08-18
Update line count totals for psql help displays.
Tom Lane
[next]