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-09-02
Support multiple iterators in the Red-Black Tree implementation.
Heikki Linnakangas
2016-09-01
Improve tab completion for BEGIN & START|SET TRANSACTION.
Kevin Grittner
2016-09-01
Change API of ShmemAlloc() so it throws error rather than returning NULL.
Tom Lane
2016-08-31
Improve memory management for PL/Perl functions.
Tom Lane
2016-08-31
Improve memory management for PL/Tcl functions.
Tom Lane
2016-08-31
Try to fix portability issue in enum renumbering (again).
Tom Lane
2016-08-31
Remove no-longer-useful SSL-specific Port.count field.
Tom Lane
2016-08-31
Use static inline functions for float <-> Datum conversions.
Heikki Linnakangas
2016-08-31
Prevent starting a standalone backend with standby_mode on.
Tom Lane
2016-08-31
Update comments to reflect code rearrangement.
Robert Haas
2016-08-30
Fix a bunch of places that called malloc and friends with no NULL check.
Tom Lane
2016-08-30
Simplify correct use of simple_prompt().
Tom Lane
2016-08-30
Fix initdb misbehavior when user mis-enters superuser password.
Tom Lane
2016-08-29
Split hash.h → hash_xlog.h
Alvaro Herrera
2016-08-29
Remove support for OpenSSL versions older than 0.9.8.
Heikki Linnakangas
2016-08-29
Make AllocSetContextCreate throw an error for bad context-size parameters.
Tom Lane
2016-08-29
Fix pg_receivexlog --synchronous
Simon Riggs
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
[next]