index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Age
Commit message (
Expand
)
Author
2011-11-10
Fix server header file installation with vpath builds
Peter Eisentraut
2011-11-08
Make DatumGetInetP() unpack inet datums with a 1-byte header, and add
Heikki Linnakangas
2011-11-01
Fix race condition with toast table access from a stale syscache entry.
Tom Lane
2011-09-22
Stamp 8.4.9.
REL8_4_9
Tom Lane
2011-09-08
PublishStartupProcessInformation() to avoid rare hang in recovery.
Simon Riggs
2011-09-01
Move the line to undefine setlocale() macro on Win32 outside USE_REPL_SNPRINTF
Heikki Linnakangas
2011-08-16
Fix race condition in relcache init file invalidation.
Tom Lane
2011-08-09
Fix nested PlaceHolderVar expressions that appear only in targetlists.
Tom Lane
2011-05-30
Fix VACUUM so that it always updates pg_class.reltuples/relpages.
Tom Lane
2011-04-19
Avoid changing an index's indcheckxmin horizon during REINDEX.
Tom Lane
2011-04-15
Tag 8.4.8.
REL8_4_8
Marc G. Fournier
2011-04-07
Fix plpgsql's issues with dropped columns in rowtypes in 8.4 branch.
Tom Lane
2011-03-28
Prevent a rowtype from being included in itself.
Tom Lane
2011-02-21
Fix dangling-pointer problem in before-row update trigger processing.
Tom Lane
2011-02-17
Fix tsmatchsel() to account properly for null rows.
Tom Lane
2011-02-01
Undefine setlocale() macro on Win32
Magnus Hagander
2011-01-27
Tag 8.4.7
REL8_4_7
Marc G. Fournier
2010-12-28
Avoid unexpected conversion overflow in planner for distant date values.
Tom Lane
2010-12-16
Remove optreset from src/port/ implementations of getopt and getopt_long.
Tom Lane
2010-12-13
Tag 8.4.6.
REL8_4_6
Marc G. Fournier
2010-12-08
Force default wal_sync_method to be fdatasync on Linux.
Tom Lane
2010-11-16
The GiST scan algorithm uses LSNs to detect concurrent pages splits, but
Heikki Linnakangas
2010-10-01
Tag 8.4.5
REL8_4_5
Marc G. Fournier
2010-09-28
Fix PlaceHolderVar mechanism's interaction with outer joins.
Tom Lane
2010-09-22
Convert cvsignore to gitignore, and add .gitignore for build targets.
Magnus Hagander
2010-09-02
Fix up flushing of composite-type typcache entries to be driven directly by
Tom Lane
2010-08-01
Fix an additional set of problems in GIN's handling of lossy page pointers.
Tom Lane
2010-07-31
Rewrite the key-combination logic in GIN's keyGetItem() and scanGetItem()
Tom Lane
2010-07-30
Improved version of patch to protect pg_get_expr() against misuse:
Tom Lane
2010-07-28
Fix potential failure when hashing the output of a subplan that produces
Tom Lane
2010-07-05
The previous fix in CVS HEAD and 8.4 for handling the case where a cursor
Heikki Linnakangas
2010-07-03
Allow REASSIGNED OWNED to handle opclasses and opfamilies.
Robert Haas
2010-05-14
tag 8.4.4
REL8_4_4
Marc G. Fournier
2010-03-30
Fix "constraint_exclusion = partition" logic so that it will also attempt
Tom Lane
2010-03-25
Prevent ALTER USER f RESET ALL from removing the settings that were put there
Alvaro Herrera
2010-03-12
tag 8.4.3
REL8_4_3
Marc G. Fournier
2010-03-03
Export xml.c's libxml-error-handling support so that contrib/xml2 can use it
Tom Lane
2010-01-07
Alter the configure script to fail immediately if the C compiler does not
Tom Lane
2010-01-05
Add support for doing FULL JOIN ON FALSE. While this is really a rather
Tom Lane
2009-12-14
Fix a bug introduced when set-returning SQL functions were made inline-able:
Tom Lane
2009-12-10
tag for 8.4.2
REL8_4_2
Marc G. Fournier
2009-12-09
Prevent indirect security attacks via changing session-local state within
Tom Lane
2009-12-03
Fix bug in temporary file management with subtransactions. A cursor opened
Heikki Linnakangas
2009-11-23
Fix an old bug in multixact and two-phase commit. Prepared transactions can
Heikki Linnakangas
2009-11-14
Add inheritable ACE when creating a restricted token for execution on
Magnus Hagander
2009-11-10
Fix longstanding problems in VACUUM caused by untimely interruptions
Alvaro Herrera
2009-11-01
Dept of second thoughts: after studying index_getnext() a bit more I realize
Tom Lane
2009-11-01
Fix two serious bugs introduced into hash indexes by the 8.4 patch that made
Tom Lane
2009-10-27
Make FOR UPDATE/SHARE in the primary query not propagate into WITH queries;
Tom Lane
2009-10-07
Fix snapshot management, take two.
Alvaro Herrera
[next]