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
/
include
Age
Commit message (
Expand
)
Author
2015-10-20
Fix incorrect translation of minus-infinity datetimes for json/jsonb.
Tom Lane
2015-10-16
Improve memory-usage accounting in regular-expression compiler.
Tom Lane
2015-10-16
Fix O(N^2) performance problems in regular-expression compiler.
Tom Lane
2015-10-13
On Windows, ensure shared memory handle gets closed if not being used.
Tom Lane
2015-10-06
Perform an immediate shutdown if the postmaster.pid file is removed.
Tom Lane
2015-10-05
Stamp 9.4.5.
REL9_4_5
Tom Lane
2015-10-02
Add recursion depth protections to regular expression matching.
Tom Lane
2015-09-18
Fix low-probability memory leak in regex execution.
Tom Lane
2015-09-09
Remove files signaling a standby promotion request at postmaster startup
Fujii Masao
2015-09-04
Fix subtransaction cleanup after an outer-subtransaction portal fails.
Tom Lane
2015-08-29
Use "mb" not the nonexistent "rmb" for pg_read_barrier() on Alpha.
Tom Lane
2015-08-29
Fix s_lock.h PPC assembly code to be compatible with native AIX assembler.
Tom Lane
2015-08-10
Accept alternate spellings of __sparcv7 and __sparcv8.
Tom Lane
2015-08-07
Fix eclass_useful_for_merging to give valid results for appendrel children.
Tom Lane
2015-08-04
Fix bogus "out of memory" reports in tuplestore.c.
Tom Lane
2015-08-02
Fix incorrect order of lock file removal and failure to close() sockets.
Tom Lane
2015-07-27
Fix handling of all-zero pages in SP-GiST vacuum.
Heikki Linnakangas
2015-06-28
Back-patch some minor bug fixes in GUC code.
Tom Lane
2015-06-27
Add opaque declaration of HTAB to tqual.h.
Kevin Grittner
2015-06-25
Fix the logic for putting relations into the relcache init file.
Tom Lane
2015-06-10
Fix typo in comment.
Kevin Grittner
2015-06-09
Stamp 9.4.4.
REL9_4_4
Tom Lane
2015-06-07
Use a safer method for determining whether relcache init file is stale.
Tom Lane
2015-06-03
Fix planner's cost estimation for SEMI/ANTI joins with inner indexscans.
Tom Lane
2015-06-01
Stamp 9.4.3.
REL9_4_3
Tom Lane
2015-05-28
Fix fsync-at-startup code to not treat errors as fatal.
Tom Lane
2015-05-22
Unpack jbvBinary objects passed to pushJsonbValue
Andrew Dunstan
2015-05-19
Revert error-throwing wrappers for the printf family of functions.
Tom Lane
2015-05-18
Stamp 9.4.2.
Tom Lane
2015-05-18
Add error-throwing wrappers for the printf family of functions.
Noah Misch
2015-05-18
Permit use of vsprintf() in PostgreSQL code.
Noah Misch
2015-05-08
Teach autovacuum about multixact member wraparound.
Robert Haas
2015-05-04
Recursively fsync() the data directory after a crash.
Robert Haas
2015-04-13
Don't archive bogus recycled or preallocated files after timeline switch.
Heikki Linnakangas
2015-03-26
Make SyncRepWakeQueue to a static function
Tatsuo Ishii
2015-03-14
Build src/port/dirmod.c only on Windows.
Tom Lane
2015-02-17
Remove code to match IPv4 pg_hba.conf entries to IPv4-in-IPv6 addresses.
Tom Lane
2015-02-13
Fix broken #ifdef for __sparcv8
Heikki Linnakangas
2015-02-09
Minor cleanup/code review for "indirect toast" stuff.
Tom Lane
2015-02-02
Stamp 9.4.1.
REL9_4_1
Tom Lane
2015-02-02
Be more careful to not lose sync in the FE/BE protocol.
Heikki Linnakangas
2015-01-30
Fix assorted oversights in range selectivity estimation.
Tom Lane
2015-01-30
Fix query-duration memory leak with GIN rescans.
Heikki Linnakangas
2015-01-15
Improve performance of EXPLAIN with large range tables.
Tom Lane
2015-01-11
Fix libpq's behavior when /etc/passwd isn't readable.
Tom Lane
2015-01-08
On Darwin, detect and report a multithreaded postmaster.
Noah Misch
2015-01-03
Add pg_string_endswith as the start of a string helper library in src/common.
Andres Freund
2014-12-30
Revert the GinMaxItemSize calculation so that we fit 3 tuples per page.
Heikki Linnakangas
2014-12-16
Fix off-by-one loop count in MapArrayTypeName, and get rid of static array.
Tom Lane
2014-12-16
Stamp 9.4.0.
REL9_4_0
Tom Lane
[next]