index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
When a GiST page is split during index build, it might not have a buffer.
Heikki Linnakangas
2012-03-02
*
Remove TOAST table from pg_database
Alvaro Herrera
2012-03-01
*
Correctly detect SSI conflicts of prepared transactions after crash.
Heikki Linnakangas
2012-02-29
*
Move CRC tables to libpgport, and provide them in a separate include file.
Tom Lane
2012-02-28
*
Fix thinko in new match_join_clauses_to_index() logic.
Tom Lane
2012-02-28
*
Add const qualifiers where they are accidentally cast away
Peter Eisentraut
2012-02-28
*
ALTER TABLE: skip FK validation when it's safe to do so
Alvaro Herrera
2012-02-27
*
Call check_keywords.pl in maintainer-check
Peter Eisentraut
2012-02-27
*
Fix some more bugs in GIN's WAL replay logic.
Tom Lane
2012-02-26
*
Remove useless cast
Peter Eisentraut
2012-02-26
*
Remove useless const qualifier
Peter Eisentraut
2012-02-26
*
Merge dissect() into cdissect() to remove a pile of near-duplicate code.
Tom Lane
2012-02-24
*
Avoid repeated creation/freeing of per-subre DFAs during regex search.
Tom Lane
2012-02-24
*
Remove useless "retry memory" logic within regex engine.
Tom Lane
2012-02-24
*
Add some enumeration commas, for consistency
Peter Eisentraut
2012-02-24
*
Fix the general case of quantified regex back-references.
Tom Lane
2012-02-24
*
Correctly handle NULLs in JSON output.
Andrew Dunstan
2012-02-23
*
Remove arbitrary limitation on length of common name in SSL certificates.
Tom Lane
2012-02-23
*
Require execute permission on the trigger function for CREATE TRIGGER.
Tom Lane
2012-02-23
*
Remove inappropriate quotes
Peter Eisentraut
2012-02-23
*
Fix build without OpenSSL
Peter Eisentraut
2012-02-23
*
Make EXPLAIN (BUFFERS) track blocks dirtied, as well as those written.
Robert Haas
2012-02-22
*
Fix typo in comment.
Robert Haas
2012-02-22
*
Add parameters for controlling locations of server-side SSL files
Peter Eisentraut
2012-02-22
*
REASSIGN OWNED: Support foreign data wrappers and servers
Alvaro Herrera
2012-02-22
*
Don't clear btpo_cycleid during _bt_vacuum_one_page.
Tom Lane
2012-02-21
*
Cosmetic cleanup for commit a760893dbda9934e287789d54bbd3c4ca3914ce0.
Tom Lane
2012-02-21
*
Avoid double close of file handle in syslogger on win32
Magnus Hagander
2012-02-21
*
Fix typo, noticed by Will Crawford.
Andrew Dunstan
2012-02-21
*
Fix a couple of cases of JSON output.
Andrew Dunstan
2012-02-20
*
Fix regex back-references that are directly quantified with *.
Tom Lane
2012-02-20
*
Add caching of ctype.h/wctype.h results in regc_locale.c.
Tom Lane
2012-02-19
*
Create the beginnings of internals documentation for the regex code.
Tom Lane
2012-02-19
*
Improve pretty printing of viewdefs.
Andrew Dunstan
2012-02-19
*
Sync regex code with Tcl 8.5.11.
Tom Lane
2012-02-17
*
Improve statistics estimation to make some use of DISTINCT in sub-queries.
Tom Lane
2012-02-16
*
Run a portal's cleanup hook immediately when pushing it to FAILED state.
Tom Lane
2012-02-15
*
Fix VPATH builds, broken by my recent commit to speed up tuplesorting.
Robert Haas
2012-02-15
*
Speed up in-memory tuplesorting.
Robert Haas
2012-02-15
*
Make CREATE/ALTER FUNCTION support NOT LEAKPROOF.
Robert Haas
2012-02-15
*
Preserve column names in the execution-time tupledesc for a RowExpr.
Tom Lane
2012-02-14
*
Allow LEAKPROOF functions for better performance of security views.
Robert Haas
2012-02-13
*
Fix heap_multi_insert to set t_self field in the caller's tuples.
Heikki Linnakangas
2012-02-13
*
Add a comment to AdjustIntervalForTypmod to reduce chance of future bugs.
Robert Haas
2012-02-09
*
Improve interval_transform function to detect a few more cases.
Robert Haas
2012-02-09
*
Add new keywords SNAPSHOT and TYPES to the keyword list in gram.y
Heikki Linnakangas
2012-02-09
*
Throw error sooner for unlogged GiST indexes.
Tom Lane
2012-02-08
*
Check misplaced window functions before checking aggregate/group by sanity.
Tom Lane
2012-02-08
*
Add transform functions for various temporal typmod coercisions.
Robert Haas
2012-02-08
*
Rename LWLockWaitUntilFree to LWLockAcquireOrWait.
Heikki Linnakangas
2012-02-08
[next]