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
/
bootstrap
Age
Commit message (
Expand
)
Author
2019-11-05
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-07-16
Fix inconsistencies and typos in the tree
Michael Paquier
2019-05-14
In bootstrap mode, use default signal handling for SIGINT etc.
Tom Lane
2019-04-25
Fix tablespace inheritance for partitioned rels
Alvaro Herrera
2019-03-29
tableam: relation creation, VACUUM FULL/CLUSTER, SET TABLESPACE.
Andres Freund
2019-03-11
tableam: Add and use scan APIs.
Andres Freund
2019-03-06
tableam: introduce table AM infrastructure.
Andres Freund
2019-01-23
Remove argument isprimary from index_build()
Michael Paquier
2019-01-21
Remove superfluous tqual.h includes.
Andres Freund
2019-01-21
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-15
Don't include genam.h from execnodes.h and relscan.h anymore.
Andres Freund
2019-01-15
Don't include heapam.h from others headers.
Andres Freund
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-12-19
Make type "name" collation-aware.
Tom Lane
2018-12-18
Make collation-aware system catalog columns use "C" collation.
Tom Lane
2018-11-21
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-09-09
Install a check for mis-linking of src/port and src/common functions.
Tom Lane
2018-07-18
Use a ResourceOwner to track buffer pins in all cases.
Tom Lane
2018-05-18
Message wording and pluralization improvements
Peter Eisentraut
2018-05-05
Fix bootstrap parser so that its keywords are unreserved words.
Tom Lane
2018-04-17
Rationalize handling of array type names in bootstrap data.
Tom Lane
2018-04-17
Simplify genbki.pl's data quoting rules.
Tom Lane
2018-04-07
Allow group access on PGDATA
Stephen Frost
2018-04-07
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-05
Allow background workers to bypass datallowconn
Magnus Hagander
2018-03-21
Handle heap rewrites even better in logical decoding
Peter Eisentraut
2018-03-07
Add missing debug lines during bootstrap
Alvaro Herrera
2018-02-19
Allow UNIQUE indexes on partitioned tables
Alvaro Herrera
2018-02-02
Support parallel btree index builds.
Robert Haas
2018-01-19
Local partitioned indexes
Alvaro Herrera
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-10-16
Exclude flex-generated code from coverage testing
Peter Eisentraut
2017-09-20
Sync process names between ps and pg_stat_activity
Peter Eisentraut
2017-09-20
Make WAL segment size configurable at initdb time.
Andres Freund
2017-09-05
Remove unnecessary parentheses in return statements
Peter Eisentraut
2017-08-20
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-13
In initdb, defend against assignment of NULL values to not-null columns.
Tom Lane
2017-06-04
Disallow CREATE INDEX if table is already in use in current session.
Tom Lane
2017-04-14
Use one transaction while reading postgres.bki, not one per line.
Tom Lane
2017-03-29
Cast result of copyObject() to correct type
Peter Eisentraut
2017-03-27
Show more processes in pg_stat_activity.
Robert Haas
2017-03-25
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-01
Move atooid() definition to a central place
Peter Eisentraut
2017-01-17
Remove dead code in bootstrap
Alvaro Herrera
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-11-22
Support condition variables.
Robert Haas
2016-08-30
Fix a bunch of places that called malloc and friends with no NULL check.
Tom Lane
2016-08-27
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
[next]