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
/
access
Age
Commit message (
Expand
)
Author
2018-03-01
Remove redundant IndexTupleDSize macro.
Tom Lane
2018-02-07
Support all SQL:2011 options for window frame clauses.
Tom Lane
2018-02-02
Support parallel btree index builds.
Robert Haas
2018-02-02
Add new function WaitForParallelWorkersToAttach.
Robert Haas
2018-01-26
Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers.
Tom Lane
2018-01-23
Report an ERROR if a parallel worker fails to start properly.
Robert Haas
2018-01-03
Update copyright for 2018
Bruce Momjian
2018-01-02
Don't cast between GinNullCategory and bool
Peter Eisentraut
2017-12-27
Protect against hypothetical memory leaks in RelationGetPartitionKey
Alvaro Herrera
2017-12-22
Add optional compression method to SP-GiST
Teodor Sigaev
2017-12-19
Mark a few parallelism-related variables with PGDLLIMPORT.
Robert Haas
2017-12-15
Perform a lot more sanity checks when freezing tuples.
Andres Freund
2017-12-05
Mark assorted variables PGDLLIMPORT.
Robert Haas
2017-12-04
Simplify do_pg_start_backup's API by opening pg_tblspc internally.
Tom Lane
2017-11-29
Update typedefs.list and re-run pgindent
Robert Haas
2017-11-26
Pad XLogReaderState's main_data buffer more aggressively.
Tom Lane
2017-11-17
Provide DSM segment to ExecXXXInitializeWorker functions.
Andres Freund
2017-11-16
Fix broken cleanup interlock for GIN pending list.
Robert Haas
2017-11-10
Add some const decorations to prototypes
Peter Eisentraut
2017-11-08
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-02
Revert bogus fixes of HOT-freezing bug
Alvaro Herrera
2017-10-26
Support domains over composite types.
Tom Lane
2017-10-12
Improve performance of SendRowDescriptionMessage.
Andres Freund
2017-10-06
Fix traversal of half-frozen update chains
Alvaro Herrera
2017-09-26
Remove lsn from HashScanPosData.
Robert Haas
2017-09-22
For wal_consistency_checking, mask page checksum as well as page LSN.
Robert Haas
2017-09-22
hash: Implement page-at-a-time scan.
Robert Haas
2017-09-20
Make WAL segment size configurable at initdb time.
Andres Freund
2017-09-19
Fix crash restart bug introduced in 8356753c212.
Andres Freund
2017-09-18
Minor code-cleanliness improvements for btree.
Tom Lane
2017-09-15
Avoid duplicate typedef for SharedRecordTypmodRegistry.
Tom Lane
2017-09-15
Add support for coordinating record typmods among parallel workers.
Andres Freund
2017-09-14
Perform only one ReadControlFile() during startup.
Andres Freund
2017-09-07
Fix handling of savepoint commands within multi-statement Query strings.
Tom Lane
2017-09-01
Introduce 64-bit hash functions with a 64-bit seed.
Robert Haas
2017-08-30
Separate reinitialization of shared parallel-scan state from ExecReScan.
Tom Lane
2017-08-22
Refactor typcache.c's record typmod hash table.
Andres Freund
2017-08-20
Partially flatten struct tupleDesc so that it can be used in DSM.
Andres Freund
2017-08-20
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-16
Use atomic ops to hand out pages to scan in parallel scan.
Heikki Linnakangas
2017-08-16
Remove dedicated B-tree root-split record types.
Heikki Linnakangas
2017-08-04
hash: Increase the number of possible overflow bitmaps by 8x.
Robert Haas
2017-07-31
Fix comment.
Tatsuo Ishii
2017-06-30
Remove outdated comment
Peter Eisentraut
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-12
Standardize "WAL location" terminology
Peter Eisentraut
2017-05-12
Replace "transaction log" with "write-ahead log"
Peter Eisentraut
[next]