summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-10-05Prevent stack overflow in query-type functions.Noah Misch
2015-10-05Prevent stack overflow in container-type 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-02Update time zone data files to tzdata release 2015g.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-29Fix plperl to handle non-ASCII error message texts correctly.Tom Lane
2015-09-28Fix compiler warning about unused function in non-readline case.Andrew Dunstan
2015-09-25Further fix for psql's code for locale-aware formatting of numeric output.Tom Lane
2015-09-25Further fix for psql's code for locale-aware formatting of numeric output.Tom Lane
2015-09-25Fix psql's code for locale-aware formatting of numeric output.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-21Restrict file mode creation mask during tmpfile().Noah Misch
2015-09-20Be more wary about partially-valid LOCALLOCK data in RemoveLocalLock().Tom Lane
2015-09-19Let compiler handle size calculation of bool types.Michael Meskes
2015-09-18Fix low-probability memory leak in regex execution.Tom Lane
2015-09-12Remove set-but-not-used variable.Tom Lane
2015-09-11pg_dump, pg_upgrade: allow postgres/template1 tablespace movesBruce Momjian
2015-09-10Revert "Fix typo in setrefs.c"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-07Change type of DOW/DOY to UNITSGreg Stark
2015-09-07Make GIN's cleanup pending list process interruptableTeodor Sigaev
2015-09-06 Move 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-29Fix s_lock.h PPC assembly code to be compatible with native AIX assembler.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-21Fix plpython crash when returning string representation of a RECORD result.Tom Lane
2015-08-21Allow record_in() and record_recv() to work for transient record types.Tom Lane
2015-08-18Fix a few bogus statement type names in plpgsql error messages.Tom Lane
2015-08-15Use fuzzy path cost tiebreaking rule in our oldest supported branches.Tom Lane
2015-08-15Don't use 'bool' as a struct member name in help_config.c.Andres Freund
2015-08-13Fix declaration of isarray variable.Michael Meskes
2015-08-13Undo mistaken tightening in join_is_legal().Tom Lane
2015-08-12This routine was calling ecpg_alloc to allocate to memory but did notMichael Meskes
2015-08-12Fix some possible low-memory failures in regexp compilation.Tom Lane
2015-08-11Fix privilege dumping from servers too old to have that type of privilege.Tom Lane
2015-08-10Accept alternate spellings of __sparcv7 and __sparcv8.Tom Lane
2015-08-06Further fixes for degenerate outer join clauses.Tom Lane