aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* When a GiST page is split during index build, it might not have a buffer.Heikki Linnakangas2012-03-02
* Remove TOAST table from pg_databaseAlvaro Herrera2012-03-01
* Correctly detect SSI conflicts of prepared transactions after crash.Heikki Linnakangas2012-02-29
* Move CRC tables to libpgport, and provide them in a separate include file.Tom Lane2012-02-28
* Fix thinko in new match_join_clauses_to_index() logic.Tom Lane2012-02-28
* Add const qualifiers where they are accidentally cast awayPeter Eisentraut2012-02-28
* ALTER TABLE: skip FK validation when it's safe to do soAlvaro Herrera2012-02-27
* Call check_keywords.pl in maintainer-checkPeter Eisentraut2012-02-27
* Fix some more bugs in GIN's WAL replay logic.Tom Lane2012-02-26
* Remove useless castPeter Eisentraut2012-02-26
* Remove useless const qualifierPeter Eisentraut2012-02-26
* 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