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
Commit message (
Expand
)
Author
Age
*
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-17
*
Allow group access on PGDATA
Stephen Frost
2018-04-07
*
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-07
*
Allow background workers to bypass datallowconn
Magnus Hagander
2018-04-05
*
Handle heap rewrites even better in logical decoding
Peter Eisentraut
2018-03-21
*
Add missing debug lines during bootstrap
Alvaro Herrera
2018-03-07
*
Allow UNIQUE indexes on partitioned tables
Alvaro Herrera
2018-02-19
*
Support parallel btree index builds.
Robert Haas
2018-02-02
*
Local partitioned indexes
Alvaro Herrera
2018-01-19
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Exclude flex-generated code from coverage testing
Peter Eisentraut
2017-10-16
*
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
*
Remove unnecessary parentheses in return statements
Peter Eisentraut
2017-09-05
*
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
*
Disallow CREATE INDEX if table is already in use in current session.
Tom Lane
2017-06-04
*
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
*
Move atooid() definition to a central place
Peter Eisentraut
2017-03-01
*
Remove dead code in bootstrap
Alvaro Herrera
2017-01-17
*
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
*
Move strategy numbers to include/access/stratnum.h
Alvaro Herrera
2015-05-15
*
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
*
Change many routines to return ObjectAddress rather than OID
Alvaro Herrera
2015-03-03
*
Get rid of multiple applications of transformExpr() to the same tree.
Tom Lane
2015-02-22
*
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
*
Revert "Fix bogus %name-prefix option syntax in all our Bison files."
Tom Lane
2014-05-28
*
Fix bogus %name-prefix option syntax in all our Bison files.
Tom Lane
2014-05-28
[next]