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
2013-10-08
Auto-tune effective_cache size to be 4x shared buffers
Bruce Momjian
2013-10-07
TYPEALIGN doesn't work on int64 on 32-bit platforms.
Heikki Linnakangas
2013-10-07
Eliminate xmin from hash tag for predicate locks on heap tuples.
Kevin Grittner
2013-10-04
Issue error on SET outside transaction block in some cases
Bruce Momjian
2013-10-03
Add DISCARD SEQUENCES command.
Robert Haas
2013-10-03
Minor GIN code refactoring.
Heikki Linnakangas
2013-10-01
Add WaitForLockers in lmgr, refactoring index.c code
Alvaro Herrera
2013-09-17
Remove `proc` argument from LockCheckConflicts
Alvaro Herrera
2013-09-16
Rename various "freeze multixact" variables
Alvaro Herrera
2013-09-11
Add comment for VARSIZE_ANY_EXHDR macro
Bruce Momjian
2013-09-10
Remove leftover function prototype.
Fujii Masao
2013-09-09
Introduce InvalidCommandId.
Robert Haas
2013-09-05
Eliminate pg_rewrite.ev_attr column and related dead code.
Kevin Grittner
2013-09-05
Make catalog cache hash tables resizeable.
Heikki Linnakangas
2013-09-05
Revert WAL posix_fallocate() patches.
Jeff Davis
2013-09-04
Keep heavily-contended fields in XLogCtlInsert on different cache lines.
Heikki Linnakangas
2013-09-04
Expose fsync_fname as a public API.
Robert Haas
2013-09-03
Update comments concerning PGC_S_TEST.
Tom Lane
2013-09-03
Allow aggregate functions to be VARIADIC.
Tom Lane
2013-09-03
Update obsolete comment
Alvaro Herrera
2013-08-30
Reset the binary heap in MergeAppend rescans.
Tom Lane
2013-08-29
Use a non-locking initial test in TAS_SPIN on x86_64.
Heikki Linnakangas
2013-08-28
Allow discovery of whether a dynamic background worker is running.
Robert Haas
2013-08-23
In locate_grouping_columns(), don't expect an exact match of Var typmods.
Tom Lane
2013-08-20
Unconditionally use the WSA equivalents of Socket error constants.
Andrew Dunstan
2013-08-19
Fix pg_upgrade failure from servers older than 9.3
Alvaro Herrera
2013-08-18
Fix planner problems with LATERAL references in PlaceHolderVars.
Tom Lane
2013-08-16
Move more bgworker code to bgworker.c; also, some renaming.
Robert Haas
2013-08-14
Remove ph_may_need from PlaceHolderInfo, with attendant simplifications.
Tom Lane
2013-08-13
Emit a log message if output is about to be redirected away from stderr.
Tom Lane
2013-08-05
Simplify query_planner's API by having it return the top-level RelOptInfo.
Tom Lane
2013-08-02
Fix crash in error report of invalid tuple lock
Alvaro Herrera
2013-08-01
Assorted bgworker-related comment fixes.
Robert Haas
2013-08-01
Remove SnapshotNow and HeapTupleSatisfiesNow.
Robert Haas
2013-08-01
Allow a context to be passed in for error handling
Stephen Frost
2013-07-31
Fix a couple of inconsequential typos in new header
Alvaro Herrera
2013-07-29
Add SQL Standard WITH ORDINALITY support for UNNEST (and any other SRF)
Greg Stark
2013-07-25
Prevent leakage of SPI tuple tables during subtransaction abort.
Tom Lane
2013-07-24
Add GET DIAGNOSTICS ... PG_CONTEXT in PL/PgSQL
Stephen Frost
2013-07-24
Improve ilist.h's support for deletion of slist elements during iteration.
Tom Lane
2013-07-23
Move strip_implicit_coercions() from optimizer to nodeFuncs.c.
Tom Lane
2013-07-23
Change post-rewriter representation of dropped columns in joinaliasvars.
Tom Lane
2013-07-23
Tweak FOR UPDATE/SHARE error message wording (again)
Alvaro Herrera
2013-07-22
Remove bgw_sighup and bgw_sigterm.
Robert Haas
2013-07-22
Adjust HeapTupleSatisfies* routines to take a HeapTuple.
Robert Haas
2013-07-22
Add infrastructure for mapping relfilenodes to relation OIDs.
Robert Haas
2013-07-20
Clean up new JSON API typedefs
Peter Eisentraut
2013-07-18
WITH CHECK OPTION support for auto-updatable VIEWs
Stephen Frost
2013-07-18
Move checking an explicit VARIADIC "any" argument into the parser.
Andrew Dunstan
2013-07-17
Fix a few problems in barrier.h.
Tom Lane
[next]