index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
*
Convert cvsignore to gitignore, and add .gitignore for build targets.
Magnus Hagander
2010-09-22
*
Fix up flushing of composite-type typcache entries to be driven directly by
Tom Lane
2010-09-02
*
Fix an additional set of problems in GIN's handling of lossy page pointers.
Tom Lane
2010-08-01
*
Rewrite the key-combination logic in GIN's keyGetItem() and scanGetItem()
Tom Lane
2010-07-31
*
Improved version of patch to protect pg_get_expr() against misuse:
Tom Lane
2010-07-30
*
Fix potential failure when hashing the output of a subplan that produces
Tom Lane
2010-07-28
*
The previous fix in CVS HEAD and 8.4 for handling the case where a cursor
Heikki Linnakangas
2010-07-05
*
Allow REASSIGNED OWNED to handle opclasses and opfamilies.
Robert Haas
2010-07-03
*
tag 8.4.4
REL8_4_4
Marc G. Fournier
2010-05-14
*
Fix "constraint_exclusion = partition" logic so that it will also attempt
Tom Lane
2010-03-30
*
Prevent ALTER USER f RESET ALL from removing the settings that were put there
Alvaro Herrera
2010-03-25
*
tag 8.4.3
REL8_4_3
Marc G. Fournier
2010-03-12
*
Export xml.c's libxml-error-handling support so that contrib/xml2 can use it
Tom Lane
2010-03-03
*
Alter the configure script to fail immediately if the C compiler does not
Tom Lane
2010-01-07
*
Add support for doing FULL JOIN ON FALSE. While this is really a rather
Tom Lane
2010-01-05
*
Fix a bug introduced when set-returning SQL functions were made inline-able:
Tom Lane
2009-12-14
*
tag for 8.4.2
REL8_4_2
Marc G. Fournier
2009-12-10
*
Prevent indirect security attacks via changing session-local state within
Tom Lane
2009-12-09
*
Fix bug in temporary file management with subtransactions. A cursor opened
Heikki Linnakangas
2009-12-03
*
Fix an old bug in multixact and two-phase commit. Prepared transactions can
Heikki Linnakangas
2009-11-23
*
Add inheritable ACE when creating a restricted token for execution on
Magnus Hagander
2009-11-14
*
Fix longstanding problems in VACUUM caused by untimely interruptions
Alvaro Herrera
2009-11-10
*
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-11-01
*
Make FOR UPDATE/SHARE in the primary query not propagate into WITH queries;
Tom Lane
2009-10-27
*
Fix snapshot management, take two.
Alvaro Herrera
2009-10-07
*
Change CREATE TABLE so that column default expressions coming from different
Tom Lane
2009-10-06
*
Make sure that GIN fast-insert and regular code paths enforce the same
Tom Lane
2009-10-02
*
Ensure that a cursor has an immutable snapshot throughout its lifespan.
Alvaro Herrera
2009-10-02
*
Fix bug with WITH RECURSIVE immediately inside WITH RECURSIVE. 99% of the
Tom Lane
2009-09-09
*
Tag 8.4.1
REL8_4_1
Marc G. Fournier
2009-09-04
*
Disallow RESET ROLE and RESET SESSION AUTHORIZATION inside security-definer
Tom Lane
2009-09-03
*
Fix subquery pullup to wrap a PlaceHolderVar around the entire RowExpr
Tom Lane
2009-09-02
*
Modify the definition of window-function PARTITION BY and ORDER BY clauses
Tom Lane
2009-08-27
*
Fix a violation of WAL coding rules in the recent patch to include an
Tom Lane
2009-08-24
*
Tweak ExecIndexEvalRuntimeKeys to forcibly detoast any toasted comparison
Tom Lane
2009-08-23
*
Fix overflow for INTERVAL 'x ms' where x is more than a couple million,
Tom Lane
2009-08-18
*
Reserve the shared memory region during backend startup on Windows, so
Magnus Hagander
2009-08-11
*
Install src/include/utils/fmgroids.h on VPATH builds too.
Alvaro Herrera
2009-07-20
*
Fix error cleanup failure caused by 8.4 changes in plpgsql to try to avoid
Tom Lane
2009-07-18
*
Fix set_append_rel_pathlist() to deal intelligently with cases where
Tom Lane
2009-07-06
*
Add missed src/include/foreign subdirectory to the set installed into
Tom Lane
2009-07-01
*
Bundle v8.4.0
Marc G. Fournier
2009-06-27
*
Cleanup and code review for the patch that made bgwriter active during
Tom Lane
2009-06-26
*
Fix some serious bugs in archive recovery, now that bgwriter is active
Heikki Linnakangas
2009-06-25
*
bundle RC2
REL8_4_RC2
Marc G. Fournier
2009-06-22
*
Refine the use of terminology around bound and unbound cursors and cursor
Peter Eisentraut
2009-06-18
*
Fix the just-reported problem that you can't specify all four trigger event
Tom Lane
2009-06-18
*
time to tag rc1 ...
REL8_4_RC1
Marc G. Fournier
2009-06-12
*
Revisit AlterTableCreateToastTable's API once again, hoping to make it what
Tom Lane
2009-06-11
[next]