index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2011-12-21
Fix gincostestimate to handle ScalarArrayOpExpr reasonably.
Tom Lane
2011-12-20
Avoid crashing when we have problems unlinking files post-commit.
Tom Lane
2011-12-19
Add support for privileges on types
Peter Eisentraut
2011-12-19
Forgot catversion bump on previous patch
Alvaro Herrera
2011-12-19
Rename updateNodeLink to spgUpdateNodeLink.
Tom Lane
2011-12-19
Allow CHECK constraints to be declared ONLY
Alvaro Herrera
2011-12-19
Teach SP-GiST to do index-only scans.
Tom Lane
2011-12-18
Replace simple constant pg_am.amcanreturn with an AM support function.
Tom Lane
2011-12-18
PL/Python: One more file renaming fix to unbreak the build
Peter Eisentraut
2011-12-18
Split plpython.c into smaller pieces
Peter Eisentraut
2011-12-18
Mark variables as const in pgtypeslib if they only carry a format string.
Michael Meskes
2011-12-18
Added test for cursor handling on different connections to regression test
Michael Meskes
2011-12-18
In ecpg removed old leftover check for given connection name.
Michael Meskes
2011-12-18
Remove tabs in SGML file.
Bruce Momjian
2011-12-18
Defend against null scankeys in spgist searches.
Tom Lane
2011-12-17
Remove bogus entries in gist point_ops operator class.
Tom Lane
2011-12-17
Fix some long-obsolete references to XLogOpenRelation.
Tom Lane
2011-12-17
Fix compiler warning seen on 64-bit machine.
Tom Lane
2011-12-17
Add SP-GiST (space-partitioned GiST) index access method.
Tom Lane
2011-12-17
Same clarification for pg_restore.
Andrew Dunstan
2011-12-17
Clarify the post-data status on unvalidated check constraints.
Andrew Dunstan
2011-12-17
Add missing 'static' qualifier.
Tom Lane
2011-12-17
Various micro-optimizations for GetSnapshopData().
Robert Haas
2011-12-17
Add --section option to pg_dump and pg_restore.
Andrew Dunstan
2011-12-16
Fix reference to "verify-ca" and "verify-full" in a note in the docs.
Heikki Linnakangas
2011-12-16
include_if_exists facility for config file.
Andrew Dunstan
2011-12-16
Improve behavior of concurrent ALTER <relation> .. SET SCHEMA.
Robert Haas
2011-12-16
Improve behavior of concurrent rename statements.
Robert Haas
2011-12-15
Don't leave regress_test_role_super lying around.
Robert Haas
2011-12-15
Fix typo.
Robert Haas
2011-12-15
PL/Python: Refactor subtransaction handling
Peter Eisentraut
2011-12-14
Disable excessive FP optimization by recent versions of gcc.
Andrew Dunstan
2011-12-14
Fix docs build I inadvertantly broke.
Andrew Dunstan
2011-12-14
Add --exclude-table-data option to pg_dump.
Andrew Dunstan
2011-12-14
Add support for passing cursor parameters in named notation in PL/pgSQL.
Heikki Linnakangas
2011-12-12
Move BKP_REMOVABLE bit from individual WAL records to WAL page headers.
Tom Lane
2011-12-12
Revert the behavior of inet/cidr functions to not unpack the arguments.
Heikki Linnakangas
2011-12-10
Miscellaneous cleanup to silence compiler warnings seen on Mingw.
Andrew Dunstan
2011-12-10
Remove define inadvertantly left over from testing.
Andrew Dunstan
2011-12-10
Enable compiling with the mingw-w64 32 bit compiler.
Andrew Dunstan
2011-12-09
If pg_test_fsync is interrupted, clean up the temp file.
Robert Haas
2011-12-09
Add ALTER FOREIGN DATA WRAPPER / RENAME and ALTER SERVER / RENAME
Peter Eisentraut
2011-12-09
Don't set reachedMinRecoveryPoint during crash recovery. In crash recovery,
Heikki Linnakangas
2011-12-09
Cancel running query if it is detected that the connection to the client is
Heikki Linnakangas
2011-12-07
Add const qualifiers to node inspection functions
Peter Eisentraut
2011-12-07
Fix corner cases in readlink() usage.
Tom Lane
2011-12-07
Better error reporting if the link target is too long
Magnus Hagander
2011-12-07
Avoid using readlink() on platforms that don't support it
Magnus Hagander
2011-12-07
Remove spclocation field from pg_tablespace
Magnus Hagander
2011-12-07
Create a "sort support" interface API for faster sorting.
Tom Lane
[next]