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-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
2013-07-17
Implement the FILTER clause for aggregate function calls.
Noah Misch
2013-07-16
Add support for REFRESH MATERIALIZED VIEW CONCURRENTLY.
Kevin Grittner
2013-07-16
Allow background workers to be started dynamically.
Robert Haas
2013-07-13
Add session_preload_libraries configuration parameter
Peter Eisentraut
2013-07-09
Fix memory barrier support on icc on ia64, 2nd attempt.
Heikki Linnakangas
2013-07-09
Add #include needed for _mm_mfence() intrinsic on ia64.
Heikki Linnakangas
2013-07-08
Improve scalability of WAL insertions.
Heikki Linnakangas
2013-07-07
Fix include-guard
Magnus Hagander
2013-07-05
Use posix_fallocate() for new WAL files, where available.
Jeff Davis
2013-07-05
Expose the estimation of number of changed tuples since last analyze
Magnus Hagander
2013-07-05
Use type "int64" for memory accounting in tuplesort.c/tuplestore.c.
Noah Misch
2013-07-04
Add new GUC, max_worker_processes, limiting number of bgworkers.
Robert Haas
2013-07-03
Get rid of pg_class.reltoastidxid.
Fujii Masao
2013-07-03
Add #include to make header file independent
Peter Eisentraut
2013-07-02
Add support for multiple kinds of external toast datums.
Robert Haas
2013-07-02
Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.
Robert Haas
2013-07-01
Add a convenience routine makeFuncCall to reduce duplication.
Robert Haas
2013-06-30
Fix cpluspluscheck in checksum code
Peter Eisentraut
2013-06-29
Inline ginCompareItemPointers function for speed.
Heikki Linnakangas
2013-06-28
ALTER TABLE ... ALTER CONSTRAINT for FKs
Simon Riggs
2013-06-28
Make the OVER keyword unreserved.
Robert Haas
2013-06-28
Define Trap and TrapMacro even in non-cassert builds.
Robert Haas
2013-06-27
Permit super-MaxAllocSize allocations with MemoryContextAllocHuge().
Noah Misch
2013-06-27
Cooperate with the Valgrind instrumentation framework.
Noah Misch
2013-06-26
Renovate display of non-ASCII messages on Windows.
Noah Misch
2013-06-24
Reverting previous commit, pending investigation
Simon Riggs
2013-06-24
ALTER TABLE ... ALTER CONSTRAINT for FKs
Simon Riggs
2013-06-23
Ensure no xid gaps during Hot Standby startup
Simon Riggs
[next]