index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
bootstrap
/
bootstrap.c
Age
Commit message (
Expand
)
Author
2019-05-14
In bootstrap mode, use default signal handling for SIGINT etc.
Tom Lane
2019-03-11
tableam: Add and use scan APIs.
Andres Freund
2019-01-24
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-14
Don't include genam.h from execnodes.h and relscan.h anymore.
Andres Freund
2019-01-14
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-20
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-17
Message wording and pluralization improvements
Peter Eisentraut
2018-04-17
Rationalize handling of array type names in bootstrap data.
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-02-02
Support parallel btree index builds.
Robert Haas
2018-01-02
Update copyright for 2018
Bruce Momjian
2017-09-20
Sync process names between ps and pg_stat_activity
Peter Eisentraut
2017-09-19
Make WAL segment size configurable at initdb time.
Andres Freund
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-04-14
Use one transaction while reading postgres.bki, not one per line.
Tom Lane
2017-03-28
Cast result of copyObject() to correct type
Peter Eisentraut
2017-03-26
Show more processes in pg_stat_activity.
Robert Haas
2017-03-25
Faster expression evaluation and targetlist projection.
Andres Freund
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
2016-04-08
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-03-10
Provide much better wait information in pg_stat_activity.
Robert Haas
2016-01-28
Fix typos in comments and doc
Fujii Masao
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-05-23
pgindent run for 9.5
Bruce Momjian
2015-05-09
Add new OID alias type regnamespace
Andrew Dunstan
2015-05-09
Add new OID alias type regrole
Andrew Dunstan
2015-04-28
Protect against multixact members wraparound
Alvaro Herrera
2015-02-21
Allow forcing nullness of columns during bootstrap.
Andres Freund
2015-02-02
Add new function BackgroundWorkerInitializeConnectionByOid.
Robert Haas
2015-01-14
Remove some dead IsUnderPostmaster code from bootstrap.c.
Andres Freund
2015-01-14
Commonalize process startup code.
Andres Freund
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-16
Fix off-by-one loop count in MapArrayTypeName, and get rid of static array.
Tom Lane
2014-05-06
pgindent run for 9.4
Bruce Momjian
[next]