index
:
users/bernd/postgres.git
FIX_VENDOR
MANUAL_DIST
PG95-DIST
PG95_DIST
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_0
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL9_6_STABLE
REL_11_STABLE_clang34
Release_1_0_3
WIN32_DEV
configurable_shmem_type
data_checksum_guc
disable_trust_ident
ecpg_big_bison
master
notnull_constraint
search_path_completion
truncate_stats
Bernd Helmle's 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-06-05
Fix confusing NOTICE text in REINDEX CONCURRENTLY
David Rowley
2019-06-05
Fix incorrect index behavior in COPY FROM with partitioned tables
David Rowley
2019-06-04
Add command column to pg_stat_progress_create_index
Peter Eisentraut
2019-05-28
Fix typo in message
Alvaro Herrera
2019-05-28
In the pg_upgrade test suite, don't write to src/test/regress.
Noah Misch
2019-05-23
Fix array size allocation for HashAggregate hash keys.
Andrew Gierth
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-05-22
Convert ExecComputeStoredGenerated to use tuple slots
Peter Eisentraut
2019-05-22
Fix O(N^2) performance issue in pg_publication_tables view.
Tom Lane
2019-05-21
Insert temporary debugging output in regression tests.
Tom Lane
2019-05-20
Fix regression tests broken in fc7c281f87467.
Andres Freund
2019-05-20
Minimally fix partial aggregation for aggregates that don't have one argument.
Andres Freund
2019-05-19
Revert "In the pg_upgrade test suite, don't write to src/test/regress."
Noah Misch
2019-05-19
Don't to predicate lock for analyze scans, refactor scan option passing.
Andres Freund
2019-05-19
In the pg_upgrade test suite, don't write to src/test/regress.
Noah Misch
2019-05-17
Restructure creation of run-time pruning steps.
Tom Lane
2019-05-17
Fix regression test outputs
Michael Paquier
2019-05-16
Fix bogus logic for combining range-partitioned columns during pruning.
Tom Lane
2019-05-16
Fix partition pruning to treat stable comparison operators properly.
Tom Lane
2019-05-14
Move logging.h and logging.c from src/fe_utils/ to src/common/.
Tom Lane
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
[next]