index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
bootstrap
/
bootstrap.c
Commit message (
Expand
)
Author
Age
*
Support parallel btree index builds.
Robert Haas
2018-02-02
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
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-19
*
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-20
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
In initdb, defend against assignment of NULL values to not-null columns.
Tom Lane
2017-06-13
*
Use one transaction while reading postgres.bki, not one per line.
Tom Lane
2017-04-14
*
Cast result of copyObject() to correct type
Peter Eisentraut
2017-03-28
*
Show more processes in pg_stat_activity.
Robert Haas
2017-03-26
*
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-25
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Support condition variables.
Robert Haas
2016-11-22
*
Fix a bunch of places that called malloc and friends with no NULL check.
Tom Lane
2016-08-30
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
*
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
*
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-04-08
*
Provide much better wait information in pg_stat_activity.
Robert Haas
2016-03-10
*
Fix typos in comments and doc
Fujii Masao
2016-01-28
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Add new OID alias type regnamespace
Andrew Dunstan
2015-05-09
*
Add new OID alias type regrole
Andrew Dunstan
2015-05-09
*
Protect against multixact members wraparound
Alvaro Herrera
2015-04-28
*
Allow forcing nullness of columns during bootstrap.
Andres Freund
2015-02-21
*
Add new function BackgroundWorkerInitializeConnectionByOid.
Robert Haas
2015-02-02
*
Remove some dead IsUnderPostmaster code from bootstrap.c.
Andres Freund
2015-01-14
*
Commonalize process startup code.
Andres Freund
2015-01-14
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Fix off-by-one loop count in MapArrayTypeName, and get rid of static array.
Tom Lane
2014-12-16
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Centralize getopt-related declarations in a new header file pg_getopt.h.
Tom Lane
2014-02-15
*
Fix possible crashes due to using elog/ereport too early in startup.
Tom Lane
2014-01-11
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Allow on-detach callbacks for dynamic shared memory segments.
Robert Haas
2013-12-18
*
Prevent memory leaks from accumulating across printtup() calls.
Tom Lane
2013-11-03
*
Add use of asprintf()
Peter Eisentraut
2013-10-13
*
Centralize effective_cache_size default setting
Bruce Momjian
2013-10-09
*
Again move function where we set effective_cache_size's default
Bruce Momjian
2013-10-08
*
Move new effective_cache_size function
Bruce Momjian
2013-10-08
*
Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.
Robert Haas
2013-07-02
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Record data_checksum_version in control file.
Simon Riggs
2013-04-30
*
Allow I/O reliability checks using 16-bit checksums
Simon Riggs
2013-03-22
*
Fix IsUnderPostmaster/EXEC_BACKEND confusion
Alvaro Herrera
2013-01-02
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
In our source code, make a copy of getopt's 'optarg' string arguments,
Bruce Momjian
2012-10-12
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
*
Fix management of pendingOpsTable in auxiliary processes.
Tom Lane
2012-07-18
[next]