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
/
regress
Age
Commit message (
Expand
)
Author
2019-05-14
Fix SQL-style substring() to have spec-compliant greediness behavior.
Tom Lane
2019-05-12
Fix misoptimization of "{1,1}" quantifiers in regular expressions.
Tom Lane
2019-05-10
Remove reindex_catalog test from test schedules.
Andres Freund
2019-05-09
Improve and fix some error handling for REINDEX INDEX/TABLE CONCURRENTLY
Michael Paquier
2019-05-09
Repair issues with faulty generation of merge-append plans.
Tom Lane
2019-05-09
Fix grammar in error message
Peter Eisentraut
2019-05-08
Fix error messages
Alvaro Herrera
2019-05-07
Add jsonpath_encoding_1.out changes missed in 29ceacc3f9
Alexander Korotkov
2019-05-07
Improve error reporting in jsonpath
Alexander Korotkov
2019-05-07
Add TRUNCATE parameter to VACUUM.
Fujii Masao
2019-05-07
Revert "Avoid the creation of the free space map for small heap relations".
Amit Kapila
2019-05-06
Add tests for error message generation in partition tuple routing
Michael Paquier
2019-05-06
Use checkAsUser for selectivity estimator checks, if it's set.
Dean Rasheed
2019-05-06
Fix security checks for selectivity estimation functions with RLS.
Dean Rasheed
2019-05-01
Run catalog reindexing test from 3dbb317d32 serially, to avoid deadlocks.
Andres Freund
2019-04-30
Clean up handling of constraint_exclusion and enable_partition_pruning.
Tom Lane
2019-04-30
Message style fixes
Alvaro Herrera
2019-04-30
Fix potential assertion failure when reindexing a pg_class index.
Andres Freund
2019-04-28
Clean up minor warnings from buildfarm.
Tom Lane
2019-04-26
Apply stopgap fix for bug #15672.
Tom Lane
2019-04-25
Fix partitioned index attachment
Alvaro Herrera
2019-04-25
Fix tablespace inheritance for partitioned rels
Alvaro Herrera
2019-04-23
Repair assorted issues in locale data extraction.
Tom Lane
2019-04-23
Avoid order-of-execution problems with ALTER TABLE ADD PRIMARY KEY.
Tom Lane
2019-04-23
Don't request pretty-printed output from xmlNodeDump().
Tom Lane
2019-04-23
Fix detection of passwords hashed with MD5 or SCRAM-SHA-256
Michael Paquier
2019-04-17
Tie loose ends in psql's new \dP command
Alvaro Herrera
2019-04-17
psql: display tablespace for partitioned indexes
Alvaro Herrera
2019-04-17
Return NULL for checksum failures if checksums are not enabled
Magnus Hagander
2019-04-17
Rework handling of invalid indexes with REINDEX CONCURRENTLY
Michael Paquier
2019-04-15
Convert pre-existing stats_ext tests to new style
Tomas Vondra
2019-04-15
Fix pg_mcv_list deserialization
Tomas Vondra
2019-04-15
Fix failure with textual partition hash keys.
Tom Lane
2019-04-15
Avoid possible regression test instability in timestamp.sql.
Tom Lane
2019-04-15
Unbreak index optimization for LIKE on bytea
Peter Eisentraut
2019-04-12
Show shared object statistics in pg_stat_database
Magnus Hagander
2019-04-12
Fix REINDEX CONCURRENTLY of partitions
Peter Eisentraut
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-08
Fix improper interaction of FULL JOINs with lateral references.
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
[next]