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
2021-03-31
Add support for --extension in pg_dump
Michael Paquier
2021-03-30
libpq_pipeline: add PQtrace() support and tests
Alvaro Herrera
2021-03-25
ALTER TABLE ... DETACH PARTITION ... CONCURRENTLY
Alvaro Herrera
2021-03-21
Suppress various new compiler warnings.
Tom Lane
2021-03-16
(Blind) fix Perl splitting of strings at newlines
Alvaro Herrera
2021-03-15
Implement pipeline mode in libpq
Alvaro Herrera
2021-03-02
Fix semantics of regular expression back-references.
Tom Lane
2021-02-25
Change regex \D and \W shorthands to always match newlines.
Tom Lane
2021-02-25
Allow complemented character class escapes within regex brackets.
Tom Lane
2021-02-19
Fix another ancient bug in parsing of BRE-mode regular expressions.
Tom Lane
2021-02-17
Make some minor improvements in the regex code.
Tom Lane
2021-02-01
Introduce --with-ssl={openssl} as a configure option
Michael Paquier
2021-01-30
Add primary keys and unique constraints to system catalogs
Peter Eisentraut
2021-01-17
Add missing array-enlargement logic to test_regex.c.
Tom Lane
2021-01-16
Fix pg_dump for GRANT OPTION among initial privileges.
Noah Misch
2021-01-13
Pass down "logically unchanged index" hint.
Peter Geoghegan
2021-01-08
Fix ancient bug in parsing of BRE-mode regular expressions.
Tom Lane
2021-01-07
Fix bogus link in test comments.
Tom Lane
2021-01-06
Add a test module for the regular expression package.
Tom Lane
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-18
Add a couple of missed .gitignore entries.
Tom Lane
2020-11-27
Use standard SIGTERM signal handler die() in test_shm_mq worker.
Fujii Masao
2020-11-27
Use standard SIGHUP and SIGTERM signal handlers in worker_spi.
Fujii Masao
2020-11-04
Improve our ability to regurgitate SQL-syntax function calls.
Tom Lane
2020-11-02
Fix some grammar and typos in comments and docs
Michael Paquier
2020-10-31
Set debug_query_string in worker_spi.
Noah Misch
2020-10-07
Rethink recent fix for pg_dump's handling of extension config tables.
Tom Lane
2020-09-26
Further stabilize output from rolenames regression test.
Tom Lane
2020-09-18
Try to stabilize output from rolenames regression test.
Tom Lane
2020-09-17
Allow CURRENT_ROLE where CURRENT_USER is accepted
Peter Eisentraut
2020-09-16
Fix use-after-free bug with event triggers in an extension script
Alvaro Herrera
2020-09-14
Message fixes and style improvements
Peter Eisentraut
2020-09-04
Collect attribute data on extension owned tables being dumped
Andrew Dunstan
2020-08-21
Fix handling of CREATE TABLE LIKE with inheritance.
Tom Lane
2020-08-18
Fix use-after-release issue in PL/Sample
Michael Paquier
2020-08-18
Add PL/Sample to src/test/modules/
Michael Paquier
2020-08-10
Replace remaining StrNCpy() by strlcpy()
Peter Eisentraut
2020-08-07
Support testing of cases where table schemas change after planning.
Tom Lane
2020-07-13
Fix timestamp range handling in regression tests of modules/commit_ts/
Michael Paquier
2020-07-12
Fix test failure with -DENFORCE_REGRESSION_TEST_NAME_RESTRICTIONS
Michael Paquier
2020-07-12
Include replication origins in SQL functions for commit timestamp
Michael Paquier
2020-07-08
tap tests: replace 'master' with 'primary'.
Andres Freund
2020-07-08
Remove junk in test file
Peter Eisentraut
2020-07-07
Resolve gratuitous tabs in test SQL file
Peter Eisentraut
2020-07-06
Fix typo in test
Peter Eisentraut
2020-06-13
Refactor AlterExtensionContentsStmt grammar
Peter Eisentraut
2020-06-07
Spelling adjustments
Peter Eisentraut
2020-06-01
Make ssl certificate for ssl_passphrase_callback test via Makefile
Andrew Dunstan
2020-05-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-04-20
Add ALTER .. NO DEPENDS ON
Alvaro Herrera
[next]