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
/
backend
/
access
Age
Commit message (
Expand
)
Author
2013-11-07
Fix setting of right bound at GIN page split.
Heikki Linnakangas
2013-11-06
Fix missing argument and function prototypes.
Heikki Linnakangas
2013-11-06
Misc GIN refactoring.
Heikki Linnakangas
2013-11-03
Prevent memory leaks from accumulating across printtup() calls.
Tom Lane
2013-11-02
Retry after buffer locking failure during SPGiST index creation.
Tom Lane
2013-10-31
Use appendStringInfoString instead of appendStringInfo where possible.
Robert Haas
2013-10-29
Prevent using strncpy with src == dest in TupleDescInitEntry.
Tom Lane
2013-10-24
Fix typos in comments.
Heikki Linnakangas
2013-10-21
Consistently use unsigned arithmetic for alignment calculations.
Noah Misch
2013-10-07
TYPEALIGN doesn't work on int64 on 32-bit platforms.
Heikki Linnakangas
2013-10-07
Fix bugs in SSI tuple locking.
Heikki Linnakangas
2013-10-03
Minor GIN code refactoring.
Heikki Linnakangas
2013-09-24
Fix pgindent comment breakage
Alvaro Herrera
2013-09-18
Typo fix.
Robert Haas
2013-09-16
Rename various "freeze multixact" variables
Alvaro Herrera
2013-09-16
Add a GUC to report whether data page checksums are enabled.
Heikki Linnakangas
2013-09-09
Introduce InvalidCommandId.
Robert Haas
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-08-19
Rename the "fast_promote" file to just "promote".
Heikki Linnakangas
2013-08-19
Fix pg_upgrade failure from servers older than 9.3
Alvaro Herrera
2013-08-09
Message punctuation and pluralization fixes
Peter Eisentraut
2013-07-29
Add SQL Standard WITH ORDINALITY support for UNNEST (and any other SRF)
Greg Stark
2013-07-28
Message style improvements
Peter Eisentraut
2013-07-23
Use InvalidSnapshot, now SnapshotNow, as the default snapshot.
Robert Haas
2013-07-22
Adjust HeapTupleSatisfies* routines to take a HeapTuple.
Robert Haas
2013-07-18
WITH CHECK OPTION support for auto-updatable VIEWs
Stephen Frost
2013-07-17
Fix variable names mentioned in comment to match the code.
Heikki Linnakangas
2013-07-17
Fix assert failure at end of recovery, broken by XLogInsert scaling patch.
Heikki Linnakangas
2013-07-17
Fix systable_recheck_tuple() for MVCC scan snapshots.
Noah Misch
2013-07-08
Fix Windows build.
Heikki Linnakangas
2013-07-08
Improve scalability of WAL insertions.
Heikki Linnakangas
2013-07-06
Handle posix_fallocate() errors.
Jeff Davis
2013-07-05
Update messages, comments and documentation for materialized views.
Noah Misch
2013-07-05
Use posix_fallocate() for new WAL files, where available.
Jeff Davis
2013-07-04
Fix typo in comment.
Fujii Masao
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-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
Retry short writes when flushing WAL.
Heikki Linnakangas
2013-06-29
Inline ginCompareItemPointers function for speed.
Heikki Linnakangas
2013-06-27
Cooperate with the Valgrind instrumentation framework.
Noah Misch
2013-06-26
Initialize pad bytes in GinFormTuple().
Noah Misch
2013-06-25
Avoid inconsistent type declaration
Alvaro Herrera
2013-06-23
Ensure no xid gaps during Hot Standby startup
Simon Riggs
2013-06-21
Clarify terminology standalone backend vs. single-user mode
Peter Eisentraut
2013-06-17
Add buffer_std flag to MarkBufferDirtyHint().
Jeff Davis
2013-06-14
Avoid deadlocks during insertion into SP-GiST indexes.
Tom Lane
2013-06-14
Remove special-case treatment of LOG severity level in standalone mode.
Tom Lane
[next]