index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
bootstrap
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unnecessary parentheses in return statements
Peter Eisentraut
2017-09-05
1
-28
/
+28
*
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-20
1
-4
/
+4
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
1
-1
/
+1
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
1
-3
/
+3
*
In initdb, defend against assignment of NULL values to not-null columns.
Tom Lane
2017-06-13
1
-0
/
+5
*
Disallow CREATE INDEX if table is already in use in current session.
Tom Lane
2017-06-04
1
-0
/
+2
*
Use one transaction while reading postgres.bki, not one per line.
Tom Lane
2017-04-14
2
-5
/
+16
*
Cast result of copyObject() to correct type
Peter Eisentraut
2017-03-28
1
-2
/
+2
*
Show more processes in pg_stat_activity.
Robert Haas
2017-03-26
1
-0
/
+4
*
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-25
1
-1
/
+1
*
Move atooid() definition to a central place
Peter Eisentraut
2017-03-01
1
-2
/
+0
*
Remove dead code in bootstrap
Alvaro Herrera
2017-01-17
2
-16
/
+2
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
3
-3
/
+3
*
Support condition variables.
Robert Haas
2016-11-22
1
-0
/
+2
*
Fix a bunch of places that called malloc and friends with no NULL check.
Tom Lane
2016-08-30
1
-9
/
+5
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
1
-3
/
+1
*
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
2
-3
/
+1
*
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-04-08
2
-1
/
+3
*
Provide much better wait information in pg_stat_activity.
Robert Haas
2016-03-10
1
-0
/
+2
*
Fix typos in comments and doc
Fujii Masao
2016-01-28
1
-1
/
+1
*
Update copyright for 2016
Bruce Momjian
2016-01-02
3
-3
/
+3
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
1
-0
/
+1
*
Move strategy numbers to include/access/stratnum.h
Alvaro Herrera
2015-05-15
2
-2
/
+0
*
Add new OID alias type regnamespace
Andrew Dunstan
2015-05-09
1
-0
/
+2
*
Add new OID alias type regrole
Andrew Dunstan
2015-05-09
1
-0
/
+2
*
Protect against multixact members wraparound
Alvaro Herrera
2015-04-28
1
-2
/
+7
*
Change many routines to return ObjectAddress rather than OID
Alvaro Herrera
2015-03-03
1
-1
/
+2
*
Get rid of multiple applications of transformExpr() to the same tree.
Tom Lane
2015-02-22
1
-0
/
+4
*
Allow forcing nullness of columns during bootstrap.
Andres Freund
2015-02-21
3
-24
/
+48
*
Add new function BackgroundWorkerInitializeConnectionByOid.
Robert Haas
2015-02-02
1
-1
/
+1
*
Remove some dead IsUnderPostmaster code from bootstrap.c.
Andres Freund
2015-01-14
1
-35
/
+6
*
Commonalize process startup code.
Andres Freund
2015-01-14
1
-22
/
+4
*
Update copyright for 2015
Bruce Momjian
2015-01-06
3
-3
/
+3
*
Fix off-by-one loop count in MapArrayTypeName, and get rid of static array.
Tom Lane
2014-12-16
2
-19
/
+14
*
Revert "Fix bogus %name-prefix option syntax in all our Bison files."
Tom Lane
2014-05-28
1
-1
/
+1
*
Fix bogus %name-prefix option syntax in all our Bison files.
Tom Lane
2014-05-28
1
-1
/
+1
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
1
-8
/
+8
*
Avoid repeated name lookups during table and index DDL.
Robert Haas
2014-02-17
1
-2
/
+15
*
Centralize getopt-related declarations in a new header file pg_getopt.h.
Tom Lane
2014-02-15
1
-6
/
+1
*
Fix possible crashes due to using elog/ereport too early in startup.
Tom Lane
2014-01-11
1
-8
/
+0
*
Update copyright for 2014
Bruce Momjian
2014-01-07
3
-3
/
+3
*
Allow on-detach callbacks for dynamic shared memory segments.
Robert Haas
2013-12-18
1
-2
/
+2
*
Prevent memory leaks from accumulating across printtup() calls.
Tom Lane
2013-11-03
1
-4
/
+8
*
Add use of asprintf()
Peter Eisentraut
2013-10-13
1
-2
/
+2
*
Centralize effective_cache_size default setting
Bruce Momjian
2013-10-09
1
-2
/
+0
*
Again move function where we set effective_cache_size's default
Bruce Momjian
2013-10-08
1
-2
/
+2
*
Move new effective_cache_size function
Bruce Momjian
2013-10-08
1
-0
/
+2
*
Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.
Robert Haas
2013-07-02
1
-4
/
+4
*
Put back allow_system_table_mods check in heap_create().
Heikki Linnakangas
2013-06-03
1
-1
/
+2
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
1
-3
/
+3
[next]