index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
Age
Commit message (
Expand
)
Author
2022-07-28
Fix replay of create database records on standby
Alvaro Herrera
2022-07-26
Improve makeArrayTypeName's algorithm for choosing array type names.
Tom Lane
2022-07-26
Eliminate duplicate code in table.c.
Amit Kapila
2022-07-26
Fix a few issues with REINDEX grammar
Michael Paquier
2022-07-25
Add xheader_width pset option to psql
Andrew Dunstan
2022-07-23
Doc: update recovery/README.
Tom Lane
2022-07-22
Rework grammar for REINDEX
Alvaro Herrera
2022-07-22
Close old gap in dependency checks for functions returning composite.
Tom Lane
2022-07-21
Make the name optional in CREATE STATISTICS.
Dean Rasheed
2022-07-21
Fix ruleutils issues with dropped cols in functions-returning-composite.
Tom Lane
2022-07-21
Allow users to skip logical replication of data having origin.
Amit Kapila
2022-07-20
Make subquery aliases optional in the FROM clause.
Dean Rasheed
2022-07-20
Tweak detail and hint messages to be consistent with project policy
Michael Paquier
2022-07-19
Fix missed corner cases for grantable permissions on GUCs.
Tom Lane
2022-07-19
Estimate cost of elided SubqueryScan, Append, MergeAppend nodes better.
Tom Lane
2022-07-18
Reinstate tests accidentally removed by e3fcca0d0d
Tomas Vondra
2022-07-17
Mark all symbols exported from extension libraries PGDLLEXPORT.
Andres Freund
2022-07-17
Remove now superfluous declarations of dlsym()ed symbols.
Andres Freund
2022-07-16
Disable unstable test cases in src/test/ssl/t/001_ssltests.pl.
Tom Lane
2022-07-16
Disable unstable test cases in src/test/ssl/t/001_ssltests.pl.
Tom Lane
2022-07-16
Replace many MemSet calls with struct initialization
Peter Eisentraut
2022-07-15
Log details for client certificate failures
Peter Eisentraut
2022-07-13
Fix flag tests in src/test/modules/test_oat_hooks
Alvaro Herrera
2022-07-13
Allow specifying STORAGE attribute for a new table
Peter Eisentraut
2022-07-12
Add copy/equal support for XID lists
Alvaro Herrera
2022-07-11
Fix two portability issues with the tests of test_oat_hooks
Michael Paquier
2022-07-11
Improve error message with JSON_SERIALIZE()
Michael Paquier
2022-07-09
Mark Scan as an abstract node type, too.
Tom Lane
2022-07-09
Mark PlanState as an abstract node type.
Tom Lane
2022-07-08
Add missing inequality searches to rbtree
Alexander Korotkov
2022-07-08
Remove T_Join and T_Plan
Peter Eisentraut
2022-07-08
Remove HP-UX port.
Thomas Munro
2022-07-07
Only allow returning string types or bytea from json_serialize
Andrew Dunstan
2022-07-07
Fix alias matching in transformLockingClause().
Dean Rasheed
2022-07-07
Clean up some includes and comments in TAP test scripts
Michael Paquier
2022-07-06
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-05
Revert 019_replslot_limit.pl related debugging aids.
Andres Freund
2022-07-05
libpq: Improve idle state handling in pipeline mode
Alvaro Herrera
2022-07-05
Fix pg_prepared_statements.result_types for DML statements
Peter Eisentraut
2022-07-05
Add result_types column to pg_prepared_statements view
Peter Eisentraut
2022-07-04
Prevent write operations on large objects in read-only transactions
Michael Paquier
2022-07-03
Remove %error-verbose directive from jsonpath parser
Andrew Dunstan
2022-07-03
Allow makeaclitem() to accept multiple privilege names.
Tom Lane
2022-07-01
Replace PGISOLATIONTIMEOUT with 2 * PG_TEST_TIMEOUT_DEFAULT.
Noah Misch
2022-07-01
Fix race condition in t/028_pitr_timelines.pl.
Noah Misch
2022-07-01
Add construct_array_builtin, deconstruct_array_builtin
Peter Eisentraut
2022-06-30
pgindent run prior to branching v15.
Tom Lane
2022-06-25
Use --no-unlogged-table-data in t/027_stream_regress.pl.
Noah Misch
2022-06-24
Remove unportable test
Peter Eisentraut
2022-06-24
Fix intermetent test failure in 028_row_filter.pl.
Amit Kapila
[next]