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
/
backend
Age
Commit message (
Expand
)
Author
2015-12-12
Fix ALTER TABLE ... SET TABLESPACE for unlogged relations.
Andres Freund
2015-12-11
For REASSIGN OWNED for foreign user mappings
Alvaro Herrera
2015-12-10
Fix bug leading to restoring unlogged relations from empty files.
Andres Freund
2015-12-01
Make gincostestimate() cope with hypothetical GIN indexes.
Tom Lane
2015-11-26
Fix failure to consider failure cases in GetComboCommandId().
Tom Lane
2015-11-22
Adopt the GNU convention for handling tar-archive members exceeding 8GB.
Tom Lane
2015-11-20
Fix handling of inherited check constraints in ALTER COLUMN TYPE (again).
Tom Lane
2015-11-17
Fix possible internal overflow in numeric division.
Tom Lane
2015-11-15
Fix ruleutils.c's dumping of whole-row Vars in ROW() and VALUES() contexts.
Tom Lane
2015-11-07
Fix enforcement of restrictions inside regexp lookaround constraints.
Tom Lane
2015-10-31
Fix serialization anomalies due to race conditions on INSERT.
Kevin Grittner
2015-10-19
Fix incorrect handling of lookahead constraints in pg_regprefix().
Tom Lane
2015-10-16
Miscellaneous cleanup of regular-expression compiler.
Tom Lane
2015-10-16
Improve memory-usage accounting in regular-expression compiler.
Tom Lane
2015-10-16
Improve performance of pullback/pushfwd in regular-expression compiler.
Tom Lane
2015-10-16
Improve performance of fixempties() pass in regular-expression compiler.
Tom Lane
2015-10-16
Fix O(N^2) performance problems in regular-expression compiler.
Tom Lane
2015-10-16
Fix regular-expression compiler to handle loops of constraint arcs.
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
Translation updates
Peter Eisentraut
2015-10-05
Prevent stack overflow in query-type functions.
Noah Misch
2015-10-05
Prevent stack overflow in container-type functions.
Noah Misch
2015-10-05
Prevent stack overflow in json-related functions.
Noah Misch
2015-10-05
Re-Align *_freeze_max_age reloption limits with corresponding GUC limits.
Andres Freund
2015-10-04
Further twiddling of nodeHash.c hashtable sizing calculation.
Tom Lane
2015-10-04
Fix possible "invalid memory alloc request size" failure in nodeHash.c.
Tom Lane
2015-10-02
Add recursion depth protection to LIKE matching.
Tom Lane
2015-10-02
Add recursion depth protections to regular expression matching.
Tom Lane
2015-10-02
Fix potential infinite loop in regular expression execution.
Tom Lane
2015-10-02
Add some more query-cancel checks to regular expression matching.
Tom Lane
2015-10-01
Fix documentation error in commit 8703059c6b55c427100e00a09f66534b6ccbfaa1.
Tom Lane
2015-10-01
Improve LISTEN startup time when there are many unread notifications.
Tom Lane
2015-09-24
Lower *_freeze_max_age minimum values.
Andres Freund
2015-09-21
Fix possible internal overflow in numeric multiplication.
Tom Lane
2015-09-20
Be more wary about partially-valid LOCALLOCK data in RemoveLocalLock().
Tom Lane
2015-09-18
Fix low-probability memory leak in regex execution.
Tom Lane
2015-09-12
Remove set-but-not-used variable.
Tom Lane
2015-09-10
Fix setrefs.c comment properly.
Tom Lane
2015-09-10
Fix typo in setrefs.c
Stephen Frost
2015-09-10
Fix minor bug in regexp makesearch() function.
Tom Lane
2015-09-09
Remove files signaling a standby promotion request at postmaster startup
Fujii Masao
2015-09-08
Add gin_fuzzy_search_limit to postgresql.conf.sample.
Fujii Masao
2015-09-07
Make GIN's cleanup pending list process interruptable
Teodor Sigaev
2015-09-06
Move DTK_ISODOW DTK_DOW and DTK_DOY to be type UNITS rather than
Greg Stark
2015-09-05
Fix misc typos.
Heikki Linnakangas
2015-09-04
Fix subtransaction cleanup after an outer-subtransaction portal fails.
Tom Lane
2015-08-27
Add a small cache of locks owned by a resource owner in ResourceOwner.
Tom Lane
2015-08-22
Avoid O(N^2) behavior when enlarging SPI tuple table in spi_printtup().
Tom Lane
2015-08-21
Allow record_in() and record_recv() to work for transient record types.
Tom Lane
[next]