index
:
postgresql-pgindent.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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
Age
Commit message (
Expand
)
Author
2019-04-12
Fix REINDEX CONCURRENTLY of partitions
Peter Eisentraut
2019-04-12
Fix more strcmp() calls using boolean-like comparisons for result checks
Michael Paquier
2019-04-11
Re-order some regression test scripts for more parallelism.
Tom Lane
2019-04-11
Speed up sort-order-comparison tests in create_index_spgist.
Tom Lane
2019-04-11
Split up a couple of long-running regression test scripts.
Tom Lane
2019-04-11
Move plpgsql error-trapping tests to a new module-specific test file.
Tom Lane
2019-04-11
Remove duplicative polygon SP-GiST sequencing test.
Tom Lane
2019-04-11
Remove redundant and ineffective test for btree insertion fast path.
Tom Lane
2019-04-09
Prevent inlining of multiply-referenced CTEs with outer recursive refs.
Tom Lane
2019-04-09
Test some more cases with partitioned tables in EvalPlanQual.
Tom Lane
2019-04-08
Fix improper interaction of FULL JOINs with lateral references.
Tom Lane
2019-04-08
Fix EvalPlanQualStart to handle partitioned result rels correctly.
Tom Lane
2019-04-08
Add vacuum_truncate reloption.
Fujii Masao
2019-04-08
Fix a number of issues around modifying a previously updated row.
Andres Freund
2019-04-08
Add more tests for partition tuple routing with dropped attributes
Michael Paquier
2019-04-07
psql \dP: list partitioned tables and indexes
Alvaro Herrera
2019-04-07
Clean up side-effects of commits ab5fcf2b0 et al.
Tom Lane
2019-04-07
Report progress of REINDEX operations
Peter Eisentraut
2019-04-07
Cast pg_stat_progress_cluster.cluster_index_relid to oid
Peter Eisentraut
2019-04-06
Fix failures in validateForeignKeyConstraint's slow path.
Tom Lane
2019-04-05
Use Append rather than MergeAppend for scanning ordered partitions.
Tom Lane
2019-04-05
Revert "Consistently test for in-use shared memory."
Noah Misch
2019-04-05
Harden tableam against nonexistant / wrong kind of AMs.
Andres Freund
2019-04-05
Add test coverage for rootdescend verification.
Peter Geoghegan
2019-04-04
Add a "SQLSTATE-only" error verbosity option to libpq and psql.
Tom Lane
2019-04-04
Allow VACUUM to be run with index cleanup disabled.
Robert Haas
2019-04-04
Make src/test/recovery/t/017_shm.pl safe for concurrent execution.
Noah Misch
2019-04-04
Improve readability of some tests in strings.sql
Michael Paquier
2019-04-04
Consistently test for in-use shared memory.
Noah Misch
2019-04-03
GSSAPI encryption support
Stephen Frost
2019-04-03
Support foreign keys that reference partitioned tables
Alvaro Herrera
2019-04-02
Update expected output for modified catalog definition
Alvaro Herrera
2019-04-02
Report progress of CREATE INDEX operations
Alvaro Herrera
2019-04-02
Perform RLS subquery checks as the right user when going via a view.
Dean Rasheed
2019-04-01
Unified logging system for command-line programs
Peter Eisentraut
2019-04-01
Throw error in jsonb_path_match() when result is not single boolean
Alexander Korotkov
2019-04-01
Restrict some cases in parsing numerics in jsonpath
Alexander Korotkov
2019-04-01
GIN support for @@ and @? jsonpath operators
Alexander Korotkov
2019-04-01
Catch syntax error in generated column definition
Peter Eisentraut
2019-04-01
Fix nbtree high key "continuescan" row compare bug.
Peter Geoghegan
2019-03-31
Add test case exercising formerly-unreached code in inheritance_planner.
Tom Lane
2019-03-30
Speed up planning when partitions can be pruned at plan time.
Tom Lane
2019-03-30
Avoid crash in partitionwise join planning under GEQO.
Tom Lane
2019-03-30
Generated columns
Peter Eisentraut
2019-03-29
REINDEX CONCURRENTLY
Peter Eisentraut
2019-03-27
Add support for multivariate MCV lists
Tomas Vondra
2019-03-27
Improve error handling of column references in expression transformation
Michael Paquier
2019-03-27
Switch function current_schema[s]() to be parallel-unsafe
Michael Paquier
2019-03-26
Fix partitioned index creation bug with dropped columns
Alvaro Herrera
2019-03-26
Add ORDER BY to more ICU regression test cases.
Tom Lane
[next]