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
2020-02-19
Remove support for upgrading extensions from "unpackaged" state.
Tom Lane
2020-01-15
Restructure ALTER TABLE execution to fix assorted bugs.
Tom Lane
2020-01-15
Introduce IndexAM fields for parallel vacuum.
Amit Kapila
2020-01-10
doc: Fix naming of SELinux
Michael Paquier
2020-01-02
Make parser rely more heavily on the ParseNamespaceItem data structure.
Tom Lane
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-26
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-25
Rename files and headers related to index AM
Michael Paquier
2019-12-20
Disallow dropping rules on system tables by default
Peter Eisentraut
2019-12-03
Fix alter_system_table test
Peter Eisentraut
2019-11-29
Add a regression test for allow_system_table_mods
Peter Eisentraut
2019-11-25
Make the order of the header file includes consistent.
Amit Kapila
2019-11-05
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-11-05
Refactor code building relation options
Michael Paquier
2019-10-25
Make the order of the header file includes consistent in non-backend modules.
Amit Kapila
2019-10-02
Revert hooks for session start and end, take two
Michael Paquier
2019-10-01
Fix test_session_hooks with parallel workers
Michael Paquier
2019-10-01
Add hooks for session start and session end, take two
Michael Paquier
2019-09-27
Fix lockmode initialization for custom relation options
Michael Paquier
2019-09-25
Update expected output for dummy_index_am
Alvaro Herrera
2019-09-25
Support reloptions of enum type
Alvaro Herrera
2019-09-25
Make more stable regression tests of dummy_index_am for string validations
Michael Paquier
2019-09-25
Add dummy_index_am to src/test/modules/
Michael Paquier
2019-09-07
Avoid using INFO elevel for what are fundamentally debug messages.
Tom Lane
2019-08-28
Add .gitignore file forgotten in commit bde7493d1.
Tom Lane
2019-08-28
Fix overflow check and comment in GIN posting list encoding.
Heikki Linnakangas
2019-08-19
Fix inconsistencies and typos in the tree, take 11
Michael Paquier
2019-08-16
Add missing fmgr.h include.
Andres Freund
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
[next]