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