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
*
Prevent a rowtype from being included in itself.
Tom Lane
2011-03-28
*
Fix dangling-pointer problem in before-row update trigger processing.
Tom Lane
2011-02-21
*
Fix tsmatchsel() to account properly for null rows.
Tom Lane
2011-02-17
*
Fix bogus test for hypothetical indexes in get_actual_variable_range().
Tom Lane
2011-02-16
*
Fix improper matching of resjunk column names for FOR UPDATE in subselect.
Tom Lane
2011-02-09
*
Undefine setlocale() macro on Win32
Magnus Hagander
2011-02-01
*
Create new errcode for recovery conflict caused by db drop on master.
Simon Riggs
2011-02-01
*
Tag 9.0.3
REL9_0_3
Marc G. Fournier
2011-01-27
*
Make ALTER TABLE revalidate uniqueness and exclusion constraints.
Robert Haas
2011-01-20
*
Fix PlanRowMark/ExecRowMark structures to handle inheritance correctly.
Tom Lane
2011-01-12
*
Avoid unexpected conversion overflow in planner for distant date values.
Tom Lane
2010-12-28
*
Remove optreset from src/port/ implementations of getopt and getopt_long.
Tom Lane
2010-12-16
*
Tag 9.0.2.
REL9_0_2
Marc G. Fournier
2010-12-13
*
Force default wal_sync_method to be fdatasync on Linux.
Tom Lane
2010-12-08
*
Fix bugs in the hot standby known-assigned-xids tracking logic. If there's
Heikki Linnakangas
2010-12-07
*
Move call to GetTopTransactionId() earlier in LockAcquire(),
Simon Riggs
2010-11-29
*
The GiST scan algorithm uses LSNs to detect concurrent pages splits, but
Heikki Linnakangas
2010-11-16
*
Don't use __declspec (dllimport) for PGDLLEXPORT to reduce warnings
Itagaki Takahiro
2010-11-10
*
Make OFF keyword unreserved. It's not hard to imagine wanting to use 'off'
Heikki Linnakangas
2010-10-22
*
Fix incorrect generation of whole-row variables in planner.
Tom Lane
2010-10-19
*
Tag 9.0.1
Marc G. Fournier
2010-10-01
*
Fix PlaceHolderVar mechanism's interaction with outer joins.
Tom Lane
2010-09-28
*
Convert cvsignore to gitignore, and add .gitignore for build targets.
Magnus Hagander
2010-09-22
*
tag v9.0.0 ... the big day approaches
REL9_0_0
Marc G. Fournier
2010-09-17
*
Fix join-removal logic for pseudoconstant and outerjoin-delayed quals.
Tom Lane
2010-09-14
*
Remove prototype for non-existent function from walreceiver.h. Tidy up by
Heikki Linnakangas
2010-09-13
*
Fix up flushing of composite-type typcache entries to be driven directly by
Tom Lane
2010-09-02
*
tag rc1 ... final stretch ...
REL9_0_RC1
Marc G. Fournier
2010-08-27
*
Marginal code cleanup for streaming replication.
Tom Lane
2010-08-23
*
Fix failure of "ALTER TABLE t ADD COLUMN c serial" when done by non-owner.
Tom Lane
2010-08-18
*
Correct sundry errors in Hot Standby-related comments.
Robert Haas
2010-08-12
*
Remove the single-argument form of string_agg(). It added nothing much in
Tom Lane
2010-08-05
*
Back-patch fix for renaming asyncCommitLSN to asyncXactLSN.
Tom Lane
2010-08-01
*
Fix ANALYZE's ancient deficiency of not trying to collect stats for expression
Tom Lane
2010-08-01
*
Fix an additional set of problems in GIN's handling of lossy page pointers.
Tom Lane
2010-08-01
*
Rewrite the rbtree routines so that an RBNode is the first field of the
Tom Lane
2010-08-01
*
Rewrite the key-combination logic in GIN's keyGetItem() and scanGetItem()
Tom Lane
2010-07-31
*
tag for beta4
REL9_0_BETA4
Marc G. Fournier
2010-07-30
*
Improved version of patch to protect pg_get_expr() against misuse:
Tom Lane
2010-07-29
*
Clean up some inconsistencies in the volatility marking of various I/O
Tom Lane
2010-07-29
*
Fix potential failure when hashing the output of a subplan that produces
Tom Lane
2010-07-28
*
tag beta3
REL9_0_BETA3
Marc G. Fournier
2010-07-09
*
pgindent run for 9.0, second run
Bruce Momjian
2010-07-06
*
The previous fix in CVS HEAD and 8.4 for handling the case where a cursor
Heikki Linnakangas
2010-07-05
*
Replace max_standby_delay with two parameters, max_standby_archive_delay and
Tom Lane
2010-07-03
*
Allow REASSIGNED OWNED to handle opclasses and opfamilies.
Robert Haas
2010-07-03
*
Use different function names for plpython3 handlers, to avoid clashes in
Peter Eisentraut
2010-06-29
*
Clean up some randomness associated with trace_recovery_messages: don't
Tom Lane
2010-06-17
*
Don't allow walsender to send WAL data until it's been safely fsync'd on the
Tom Lane
2010-06-17
*
Remove prototype of GetOldestWALSendPointer(), that is marked as NOT_USED.
Itagaki Takahiro
2010-06-17
[next]