aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Merge dissect() into cdissect() to remove a pile of near-duplicate code.Tom Lane2012-02-24
* Avoid repeated creation/freeing of per-subre DFAs during regex search.Tom Lane2012-02-24
* Remove useless "retry memory" logic within regex engine.Tom Lane2012-02-24
* Add some enumeration commas, for consistencyPeter Eisentraut2012-02-24
* Fix the general case of quantified regex back-references.Tom Lane2012-02-24
* Correctly handle NULLs in JSON output.Andrew Dunstan2012-02-23
* Remove arbitrary limitation on length of common name in SSL certificates.Tom Lane2012-02-23
* Require execute permission on the trigger function for CREATE TRIGGER.Tom Lane2012-02-23
* Remove inappropriate quotesPeter Eisentraut2012-02-23
* Fix build without OpenSSLPeter Eisentraut2012-02-23
* Make EXPLAIN (BUFFERS) track blocks dirtied, as well as those written.Robert Haas2012-02-22
* Fix typo in comment.Robert Haas2012-02-22
* Add parameters for controlling locations of server-side SSL filesPeter Eisentraut2012-02-22
* REASSIGN OWNED: Support foreign data wrappers and serversAlvaro Herrera2012-02-22
* Don't clear btpo_cycleid during _bt_vacuum_one_page.Tom Lane2012-02-21
* Cosmetic cleanup for commit a760893dbda9934e287789d54bbd3c4ca3914ce0.Tom Lane2012-02-21
* Avoid double close of file handle in syslogger on win32Magnus Hagander2012-02-21
* Fix typo, noticed by Will Crawford.Andrew Dunstan2012-02-21
* Fix a couple of cases of JSON output.Andrew Dunstan2012-02-20
* Fix regex back-references that are directly quantified with *.Tom Lane2012-02-20
* Add caching of ctype.h/wctype.h results in regc_locale.c.Tom Lane2012-02-19
* Create the beginnings of internals documentation for the regex code.Tom Lane2012-02-19
* Improve pretty printing of viewdefs.Andrew Dunstan2012-02-19
* Sync regex code with Tcl 8.5.11.Tom Lane2012-02-17
* Improve statistics estimation to make some use of DISTINCT in sub-queries.Tom Lane2012-02-16
* Run a portal's cleanup hook immediately when pushing it to FAILED state.Tom Lane2012-02-15
* Fix VPATH builds, broken by my recent commit to speed up tuplesorting.Robert Haas2012-02-15
* Speed up in-memory tuplesorting.Robert Haas2012-02-15
* Make CREATE/ALTER FUNCTION support NOT LEAKPROOF.Robert Haas2012-02-15
* Preserve column names in the execution-time tupledesc for a RowExpr.Tom Lane2012-02-14
* Allow LEAKPROOF functions for better performance of security views.Robert Haas2012-02-13
* Fix heap_multi_insert to set t_self field in the caller's tuples.Heikki Linnakangas2012-02-13
* Add a comment to AdjustIntervalForTypmod to reduce chance of future bugs.Robert Haas2012-02-09
* Improve interval_transform function to detect a few more cases.Robert Haas2012-02-09
* Add new keywords SNAPSHOT and TYPES to the keyword list in gram.yHeikki Linnakangas2012-02-09
* Throw error sooner for unlogged GiST indexes.Tom Lane2012-02-08
* Check misplaced window functions before checking aggregate/group by sanity.Tom Lane2012-02-08
* Add transform functions for various temporal typmod coercisions.Robert Haas2012-02-08
* Rename LWLockWaitUntilFree to LWLockAcquireOrWait.Heikki Linnakangas2012-02-08
* Fix typos pointed out by Noah Misch.Robert Haas2012-02-07
* Add a transform function for varbit typmod coercisions.Robert Haas2012-02-07
* Add a transform function for numeric typmod coercisions.Robert Haas2012-02-07
* Add TIMING option to EXPLAIN, to allow eliminating of timing overhead.Robert Haas2012-02-07
* When building with LWLOCK_STATS, initialize the stats in LWLockWaitUntilFree.Heikki Linnakangas2012-02-07
* Fix postmaster to attempt restart after a hot-standby crash.Tom Lane2012-02-06
* Avoid throwing ERROR during WAL replay of DROP TABLESPACE.Tom Lane2012-02-06
* Add locking around WAL-replay modification of shared-memory variables.Tom Lane2012-02-06
* Fix transient clobbering of shared buffers during WAL replay.Tom Lane2012-02-05
* Improve comment.Tom Lane2012-02-04
* Add missing Assert and fix inaccurate elog message in standby_redo().Tom Lane2012-02-04