index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
Commit message (
Expand
)
Author
Age
*
Fix jsonb subscripting to cope with toasted subscript values.
Tom Lane
2022-12-12
*
Order getopt arguments
Peter Eisentraut
2022-12-12
*
Get rid of recursion-marker values in enum AlterTableType
Alvaro Herrera
2022-12-12
*
Convert domain_in to report errors softly.
Tom Lane
2022-12-11
*
Convert json_in and jsonb_in to report errors softly.
Tom Lane
2022-12-11
*
Convert datetime input functions to use "soft" error reporting.
Tom Lane
2022-12-09
*
Convert a few datatype input functions to use "soft" error reporting.
Tom Lane
2022-12-09
*
Add test scaffolding for soft error reporting from input functions.
Tom Lane
2022-12-09
*
Fix invalid role names introduced in 096dd80f3c
Alexander Korotkov
2022-12-09
*
Add USER SET parameter values for pg_db_role_setting
Alexander Korotkov
2022-12-09
*
Update MERGE docs to mention that ONLY is supported.
Dean Rasheed
2022-12-09
*
meson: Add 'running' test setup, as a replacement for installcheck
Andres Freund
2022-12-07
*
meson: Basic cygwin support
Andres Freund
2022-12-06
*
Rework query relation permission checking
Alvaro Herrera
2022-12-06
*
Fix Memoize to work with partitionwise joining.
Tom Lane
2022-12-05
*
pg_dump: Remove "blob" terminology
Peter Eisentraut
2022-12-05
*
Fix DEFAULT handling for multi-row INSERT rules.
Dean Rasheed
2022-12-03
*
Fix psql's \sf and \ef for new-style SQL functions.
Tom Lane
2022-12-02
*
Remove logic for converting a table to a view.
Tom Lane
2022-12-02
*
Fix incorrect output from pgoutput when using column lists.
Amit Kapila
2022-12-02
*
Switch pg_dump to use compression specifications
Michael Paquier
2022-12-02
*
Fix under-parenthesized display of AT TIME ZONE constructs.
Tom Lane
2022-12-01
*
Make materialized views participate in predicate locking
Michael Paquier
2022-12-01
*
Reject missing database name in pg_regress and cohorts.
Tom Lane
2022-11-30
*
Add regression tests for psql's \o and \g on files
Michael Paquier
2022-11-30
*
Remove bogus Assert and dead code in remove_useless_results_recurse().
Tom Lane
2022-11-29
*
Provide non-superuser predefined roles for vacuum and analyze
Andrew Dunstan
2022-11-28
*
Provide per-table permissions for vacuum and analyze.
Andrew Dunstan
2022-11-28
*
Add TAP tests for include directives in HBA end ident files
Michael Paquier
2022-11-28
*
Skip TAP test for peer authentication if there are no unix-domain sockets
Michael Paquier
2022-11-25
*
Add support for file inclusions in HBA and ident configuration files
Michael Paquier
2022-11-24
*
Simplify WARNING messages from skipped vacuum/analyze on a table
Andrew Dunstan
2022-11-23
*
Fix perl warning from commit 9b4eafcaf4
Andrew Dunstan
2022-11-23
*
Give better hints for ambiguous or unreferenceable columns.
Tom Lane
2022-11-22
*
Remove useless MERGE test
Alvaro Herrera
2022-11-22
*
Replace SQLValueFunction by COERCE_SQL_SYNTAX
Michael Paquier
2022-11-21
*
Fix sloppy cleanup of roles in privileges.sql.
Tom Lane
2022-11-20
*
Prevent port collisions between concurrent TAP tests
Andrew Dunstan
2022-11-20
*
Disable debug_discard_caches in test_oat_hooks test.
Tom Lane
2022-11-19
*
Add a SET option to the GRANT command.
Robert Haas
2022-11-18
*
Make object_address test output easier to update
Peter Eisentraut
2022-11-18
*
Clean up SQL code indentation in test file
Peter Eisentraut
2022-11-18
*
Fix version comparison in Version.pm
Andrew Dunstan
2022-11-18
*
Account for IPC::Run::result() Windows behavior change.
Noah Misch
2022-11-17
*
Remove unneeded include in test_slru.c
Michael Paquier
2022-11-17
*
Improve ruleutils' printout of LATERAL references within subplans.
Tom Lane
2022-11-16
*
Add missing object classes to object_address test
Peter Eisentraut
2022-11-16
*
Shave some cycles off subscription/t/100_bugs.pl tests.
Tom Lane
2022-11-16
*
doc: update metacpan.org links to avoid redirects
Daniel Gustafsson
2022-11-16
*
Fix test in ae168c794f, per buildfarm.
Jeff Davis
2022-11-15
[next]