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