index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
modules
Age
Commit message (
Expand
)
Author
2019-06-30
Move rolenames test out of the core regression tests.
Tom Lane
2019-06-29
Add an enforcement mechanism for global object names in regression tests.
Tom Lane
2019-06-17
Fix more typos and inconsistencies in the tree
Michael Paquier
2019-06-13
Fix double-word typos
Alvaro Herrera
2019-06-08
Fix assorted inconsistencies.
Amit Kapila
2019-06-02
worker_spi needs a .gitignore file now.
Tom Lane
2019-06-02
Increase test coverage for worker_spi by ∞%
Alvaro Herrera
2019-05-22
Initial pgperltidy run for v12.
Tom Lane
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-04-23
Avoid order-of-execution problems with ALTER TABLE ADD PRIMARY KEY.
Tom Lane
2019-04-12
Fix more strcmp() calls using boolean-like comparisons for result checks
Michael Paquier
2019-03-25
Further code review for new integerset code.
Tom Lane
2019-03-25
Clean up the Simple-8b encoder code.
Heikki Linnakangas
2019-03-22
Fix yet more portability bugs in integerset and its tests.
Heikki Linnakangas
2019-03-22
More portability fixes for integerset tests.
Heikki Linnakangas
2019-03-22
Make printf format strings in test_integerset portable.
Heikki Linnakangas
2019-03-22
Make the integerset test more verbose.
Heikki Linnakangas
2019-03-22
Add IntegerSet, to hold large sets of 64-bit ints efficiently.
Heikki Linnakangas
2019-03-01
Teach optimizer's predtest.c more things about ScalarArrayOpExpr.
Tom Lane
2019-02-10
Solve cross-version-upgrade testing problem induced by 1fb57af92.
Tom Lane
2019-02-09
Create the infrastructure for planner support functions.
Tom Lane
2019-01-29
Refactor planner's header files.
Tom Lane
2019-01-29
Make some small planner API cleanups.
Tom Lane
2019-01-26
Simplify restriction handling of two-phase commit for temporary objects
Michael Paquier
2019-01-18
Restrict the use of temporary namespace in two-phase transactions
Michael Paquier
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-12-11
Fix test_rls_hooks to assign expression collations properly.
Tom Lane
2018-12-03
Add PGXS options to control TAP and isolation tests, take two
Michael Paquier
2018-11-29
Add missing NO_INSTALLCHECK in commit_ts and test_rls_hooks
Michael Paquier
2018-11-26
Revert all new recent changes to add PGXS options for TAP and isolation
Michael Paquier
2018-11-25
Add PGXS options to control TAP and isolation tests
Michael Paquier
2018-11-23
Silence compiler warnings
Alvaro Herrera
2018-11-23
Add WL_EXIT_ON_PM_DEATH pseudo-event.
Thomas Munro
2018-11-21
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-06
Rename rbtree.c functions to use "rbt" prefix not "rb" prefix.
Tom Lane
2018-10-06
Fix event triggers for partitioned tables
Alvaro Herrera
2018-09-30
Create an RTE field to record the query's lock mode for each relation.
Tom Lane
2018-09-26
Rework activation of commit timestamps during recovery
Michael Paquier
2018-07-18
Use a ResourceOwner to track buffer pins in all cases.
Tom Lane
2018-05-09
Restrict vertical tightness to parentheses in Perl code
Andrew Dunstan
2018-04-27
perltidy: Add option --nooutdent-long-comments
Peter Eisentraut
2018-04-27
perltidy: Add option --nooutdent-long-quotes
Peter Eisentraut
2018-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-04-25
Reindent Perl files with perltidy version 20170521.
Tom Lane
2018-04-09
Fix partial-build problems introduced by having more generated headers.
Tom Lane
2018-04-08
Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h.
Tom Lane
2018-04-05
Fix worker_spi for new parameter to initialize connection
Magnus Hagander
2018-04-04
Rewrite pg_dump TAP tests
Stephen Frost
2018-04-03
Fix GCC 7 snprintf() compiler warning.
Andres Freund
2018-04-01
Add Bloom filter implementation.
Andres Freund
[next]