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
Age
Commit message (
Expand
)
Author
2018-01-19
Local partitioned indexes
Alvaro Herrera
2018-01-02
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-19
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-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-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
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-15
Move strategy numbers to include/access/stratnum.h
Alvaro Herrera
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-03-03
Change many routines to return ObjectAddress rather than OID
Alvaro Herrera
2015-02-22
Get rid of multiple applications of transformExpr() to the same tree.
Tom Lane
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-28
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-06
pgindent run for 9.4
Bruce Momjian
2014-02-17
Avoid repeated name lookups during table and index DDL.
Robert Haas
2014-02-15
Centralize getopt-related declarations in a new header file pg_getopt.h.
Tom Lane
2014-01-11
Fix possible crashes due to using elog/ereport too early in startup.
Tom Lane
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-12-18
Allow on-detach callbacks for dynamic shared memory segments.
Robert Haas
2013-11-03
Prevent memory leaks from accumulating across printtup() calls.
Tom Lane
2013-10-13
Add use of asprintf()
Peter Eisentraut
2013-10-09
Centralize effective_cache_size default setting
Bruce Momjian
[prev]
[next]