index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
modules
Commit message (
Expand
)
Author
Age
*
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-27
*
Improve our ability to regurgitate SQL-syntax function calls.
Tom Lane
2020-11-04
*
Fix some grammar and typos in comments and docs
Michael Paquier
2020-11-02
*
Set debug_query_string in worker_spi.
Noah Misch
2020-10-31
*
Rethink recent fix for pg_dump's handling of extension config tables.
Tom Lane
2020-10-07
*
Further stabilize output from rolenames regression test.
Tom Lane
2020-09-26
*
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-17
*
Fix use-after-free bug with event triggers in an extension script
Alvaro Herrera
2020-09-15
*
Message fixes and style improvements
Peter Eisentraut
2020-09-14
*
Collect attribute data on extension owned tables being dumped
Andrew Dunstan
2020-09-04
*
Fix handling of CREATE TABLE LIKE with inheritance.
Tom Lane
2020-08-21
*
Fix use-after-release issue in PL/Sample
Michael Paquier
2020-08-18
*
Add PL/Sample to src/test/modules/
Michael Paquier
2020-08-18
*
Replace remaining StrNCpy() by strlcpy()
Peter Eisentraut
2020-08-10
*
Support testing of cases where table schemas change after planning.
Tom Lane
2020-08-07
*
Fix timestamp range handling in regression tests of modules/commit_ts/
Michael Paquier
2020-07-13
*
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-12
*
tap tests: replace 'master' with 'primary'.
Andres Freund
2020-07-08
*
Remove junk in test file
Peter Eisentraut
2020-07-08
*
Resolve gratuitous tabs in test SQL file
Peter Eisentraut
2020-07-07
*
Fix typo in test
Peter Eisentraut
2020-07-06
*
Refactor AlterExtensionContentsStmt grammar
Peter Eisentraut
2020-06-13
*
Spelling adjustments
Peter Eisentraut
2020-06-07
*
Make ssl certificate for ssl_passphrase_callback test via Makefile
Andrew Dunstan
2020-06-01
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Add ALTER .. NO DEPENDS ON
Alvaro Herrera
2020-04-20
*
Fix possible future cache reference leak in ALTER EXTENSION ADD/DROP.
Tom Lane
2020-04-17
*
Introduce xid8-based functions to replace txid_XXX.
Thomas Munro
2020-04-07
*
Further fixes for ssl_passphrase_callback test module.
Tom Lane
2020-03-25
*
Don't listen to localhost in ssl_passphrase_callback test
Andrew Dunstan
2020-03-25
*
Fix assorted portability issues in commit 896fcdb23.
Tom Lane
2020-03-25
*
Provide a TLS init hook
Andrew Dunstan
2020-03-25
*
Add pg_dump support for ALTER obj DEPENDS ON EXTENSION
Alvaro Herrera
2020-03-11
*
Avoid duplicates in ALTER ... DEPENDS ON EXTENSION
Alvaro Herrera
2020-03-11
*
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-03-04
*
Represent command completion tags as structs
Alvaro Herrera
2020-03-02
*
Remove support for upgrading extensions from "unpackaged" state.
Tom Lane
2020-02-19
*
Restructure ALTER TABLE execution to fix assorted bugs.
Tom Lane
2020-01-15
*
Introduce IndexAM fields for parallel vacuum.
Amit Kapila
2020-01-15
*
doc: Fix naming of SELinux
Michael Paquier
2020-01-10
*
Make parser rely more heavily on the ParseNamespaceItem data structure.
Tom Lane
2020-01-02
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-27
*
Rename files and headers related to index AM
Michael Paquier
2019-12-25
*
Disallow dropping rules on system tables by default
Peter Eisentraut
2019-12-20
*
Fix alter_system_table test
Peter Eisentraut
2019-12-03
*
Add a regression test for allow_system_table_mods
Peter Eisentraut
2019-11-29
[next]