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
Age
Commit message (
Expand
)
Author
2019-12-01
Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables.
Tom Lane
2019-11-30
libq support for sslpassword connection param, DER format keys
Andrew Dunstan
2019-11-30
Revert commits 290acac92b and 8a7e9e9dad.
Amit Kapila
2019-11-29
Add a regression test for allow_system_table_mods
Peter Eisentraut
2019-11-29
Add error position to an error message
Peter Eisentraut
2019-11-28
Fix choose_best_statistics to check clauses individually
Tomas Vondra
2019-11-28
Remove useless "return;" lines
Alvaro Herrera
2019-11-28
Move pump_until to TestLib.pm.
Amit Kapila
2019-11-27
Don't use native methods in TestLib::slurp_file on Msys
Andrew Dunstan
2019-11-27
Revert "Close stdin where it's not needed in TestLib.pm procedures"
Andrew Dunstan
2019-11-26
Fix closing stdin in TestLib.pm
Andrew Dunstan
2019-11-26
Allow access to child table statistics if user can read parent table.
Tom Lane
2019-11-26
Don't shut down Gather[Merge] early under Limit.
Amit Kapila
2019-11-25
Close stdin where it's not needed in TestLib.pm procedures
Andrew Dunstan
2019-11-25
Make the order of the header file includes consistent.
Amit Kapila
2019-11-24
Use native methods to open input in TestLib::slurp_file on Windows.
Andrew Dunstan
2019-11-24
Avoid assertion failure with LISTEN in a serializable transaction.
Tom Lane
2019-11-22
Add test coverage for "unchanged toast column" replication code path.
Tom Lane
2019-11-22
Fix bogus tuple-slot management in logical replication UPDATE handling.
Tom Lane
2019-11-21
Allow ALTER VIEW command to rename the column in the view.
Fujii Masao
2019-11-21
Track statistics for spilling of changes from ReorderBuffer.
Amit Kapila
2019-11-19
Fix corner-case failure in match_pattern_prefix().
Tom Lane
2019-11-17
Further fix dumping of views that contain just VALUES(...).
Tom Lane
2019-11-16
Add tuplesort test to serial_schedule.
Peter Geoghegan
2019-11-16
Improve stability of tests for VACUUM (SKIP_LOCKED)
Michael Paquier
2019-11-16
Skip system attributes when applying mvdistinct stats
Tomas Vondra
2019-11-14
Fix plan instability in the new tuplesort test.
Andres Freund
2019-11-13
Add tests for tuplesort.c.
Andres Freund
2019-11-13
Introduce the 'force' option for the Drop Database command.
Amit Kapila
2019-11-12
pg_stat_{ssl,gssapi}: Show only processes with connections
Alvaro Herrera
2019-11-11
Further improve stability of partition_prune regression test.
Tom Lane
2019-11-09
Fix subscription test
Peter Eisentraut
2019-11-09
Fix negative bitmapset member not allowed error in logical replication
Peter Eisentraut
2019-11-07
Fix SET CONSTRAINTS .. DEFERRED on partitioned tables
Alvaro Herrera
2019-11-07
Fix integer-overflow edge case detection in interval_mul and pgbench.
Tom Lane
2019-11-05
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-11-05
Fix "unexpected relkind" error when denying permissions on toast tables.
Tom Lane
2019-11-05
Generate EquivalenceClass members for partitionwise child join rels.
Tom Lane
2019-11-05
Refactor code building relation options
Michael Paquier
2019-11-02
Validate ispell dictionaries more carefully.
Tom Lane
2019-11-02
Fix failure when creating cloned indexes for a partition
Michael Paquier
2019-10-28
Allow extracting fields from a ROW() expression in more cases.
Tom Lane
2019-10-28
On Windows, use COMSPEC to find the location of cmd.exe.
Tom Lane
2019-10-28
Handle empty-string edge cases correctly in strpos().
Tom Lane
2019-10-28
Fix dependency handling at swap phase of REINDEX CONCURRENTLY
Michael Paquier
2019-10-25
Remove obsolete information schema tables
Peter Eisentraut
2019-10-25
Avoid failure when selecting a namespace node in XMLTABLE.
Tom Lane
2019-10-25
Make the order of the header file includes consistent in non-backend modules.
Amit Kapila
2019-10-22
Make command order in test more sensible
Peter Eisentraut
2019-10-21
Refactor jsonpath's compareDatetime()
Alexander Korotkov
[next]