summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-10-20Fix back-patch of commit 8e3b4d9d40244c037bbc6e182ea3fabb9347d482.Noah Misch
2015-10-20Eschew "RESET statement_timeout" in tests.Noah Misch
2015-10-19Fix incorrect handling of lookahead constraints in pg_regprefix().Tom Lane
2015-10-18Fix order of arguments in ecpg generated typedef command.Michael Meskes
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-12Sigh, need "use Config" as well.Tom Lane
2015-10-12Cause TestLib.pm to define $windows_os in all branches.Tom Lane
2015-10-12Fix "pg_ctl start -w" to test child process status directly.Tom Lane
2015-10-12Use JsonbIteratorToken consistently in automatic variable declarations.Noah Misch
2015-10-12Fix whitespacePeter Eisentraut
2015-10-12Make prove_installcheck remove the old log directory, if any.Noah Misch
2015-10-09Fix uninitialized-variable bug.Tom Lane
2015-10-08Factor out encoding specific tests for jsonAndrew Dunstan
2015-10-06Perform an immediate shutdown if the postmaster.pid file is removed.Tom Lane
2015-10-05Stamp 9.4.5.REL9_4_5Tom Lane
2015-10-05Fix insufficiently-portable regression test case.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-03Improve errhint() about replication slot naming restrictions.Andres Freund
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 pg_dump to handle inherited NOT VALID check constraints correctly.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-25Second try at fixing O(N^2) problem in foreign key references.Tom Lane
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 whitespacePeter Eisentraut
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