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
path:
root
/
src
/
include
Age
Commit message (
Expand
)
Author
2010-04-02
Update a number of broken links in comments.
Magnus Hagander
2010-04-01
Refer to max_wal_senders in a more consistent fashion.
Robert Haas
2010-03-30
Fix "constraint_exclusion = partition" logic so that it will also attempt
Tom Lane
2010-03-28
Rework join-removal logic as per recent discussion. In particular this
Tom Lane
2010-03-28
Derive latestRemovedXid for btree deletes by reading heap pages. The
Simon Riggs
2010-03-25
Prevent ALTER USER f RESET ALL from removing the settings that were put there
Alvaro Herrera
2010-03-20
Further corrections of mismatching struct and btree SizeOf macros.
Simon Riggs
2010-03-19
Fix oversight in btpo.xact patch; it was in fact installing garbage
Tom Lane
2010-03-19
Update XLOG_PAGE_MAGIC to recognise WAL format changes.
Simon Riggs
2010-03-19
Adjust comment in .history file to match recovery target specified. Comment
Simon Riggs
2010-03-19
Reset btpo.xact following recovery of btree delete page. Add btpo_xact
Simon Riggs
2010-03-17
Pass incompletely-transformed aggregate argument lists as separate parameters
Tom Lane
2010-03-13
Add libpq warning message if the .pgpass-retrieved password fails.
Bruce Momjian
2010-03-11
Update comment for pg_constraint.conindid to mention that it's used for
Tom Lane
2010-03-03
Export xml.c's libxml-error-handling support so that contrib/xml2 can use it
Tom Lane
2010-02-26
pgindent run for 9.0
Bruce Momjian
2010-02-23
Add an OR REPLACE option to CREATE LANGUAGE.
Tom Lane
2010-02-20
Clean up handling of XactReadOnly and RecoveryInProgress checks.
Tom Lane
2010-02-19
Revert version stamping in wrong branch
Peter Eisentraut
2010-02-19
Version stamp 9.0alpha4
Peter Eisentraut
2010-02-19
Don't use O_DIRECT when writing WAL files if archiving or streaming is
Heikki Linnakangas
2010-02-17
Stamp HEAD as 9.0devel, and update various places that were referring to 8.5
Tom Lane
2010-02-16
Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.
Tom Lane
2010-02-16
Add query text to auto_explain output.
Andrew Dunstan
2010-02-16
Add emulation of non-blocking sockets to the win32 socket/signal layer,
Magnus Hagander
2010-02-15
Speed up CREATE DATABASE by deferring the fsyncs until after copying
Greg Stark
2010-02-14
Wrap calls to SearchSysCache and related functions using macros.
Robert Haas
2010-02-13
Don't expose the inline definition of MemoryContextSwitchTo when FRONTEND is
Tom Lane
2010-02-13
Fix relcache init file invalidation during Hot Standby for the case
Simon Riggs
2010-02-13
Support inlining various small performance-critical functions on non-GCC
Tom Lane
2010-02-13
Re-enable max_standby_delay = -1 using deadlock detection on startup
Simon Riggs
2010-02-13
Introduce WAL records to log reuse of btree pages, allowing conflict
Simon Riggs
2010-02-12
Extend the set of frame options supported for window functions.
Tom Lane
2010-02-11
Generic implementation of red-black binary tree. It's planned to use in
Teodor Sigaev
2010-02-09
Fix up rickety handling of relation-truncation interlocks.
Tom Lane
2010-02-08
Create an official API function for C functions to use to check if they are
Tom Lane
2010-02-08
Add C comments that HEAP_MOVED_* define usage is only for pre-9.0 binary
Bruce Momjian
2010-02-08
Remove CatalogCacheFlushRelation, and the reloidattr infrastructure that was
Tom Lane
2010-02-08
Remove old-style VACUUM FULL (which was known for a little while as
Tom Lane
2010-02-07
Work around deadlock problems with VACUUM FULL/CLUSTER on system catalogs,
Tom Lane
2010-02-07
Create a "relation mapping" infrastructure to support changing the relfilenodes
Tom Lane
2010-02-04
Restructure CLUSTER/newstyle VACUUM FULL/ALTER TABLE support so that swapping
Tom Lane
2010-02-03
Add a message type header to the CopyData messages sent from primary
Heikki Linnakangas
2010-02-03
Assorted cleanups in preparation for using a map file to support altering
Tom Lane
2010-02-02
Make RADIUS authentication use pg_getaddrinfo_all() to get address of
Magnus Hagander
2010-02-02
Fold FindConversion() into FindConversionByName() and remove ACL check.
Robert Haas
2010-02-01
Tighten integrity checks on ALTER TABLE ... ALTER COLUMN ... RENAME.
Robert Haas
2010-02-01
Augment EXPLAIN output with more details on Hash nodes.
Robert Haas
2010-02-01
Revoke augmentation of WAL records for btree delete, per discussion.
Simon Riggs
2010-02-01
Add string_agg aggregate functions. The one argument version concatenates
Itagaki Takahiro
[next]