Commit Graph

48620 Commits (d67755049388526cd8673aa826dc794b97345eb3)
 

Author SHA1 Message Date
Tom Lane d677550493 Allow to_date/to_timestamp to recognize non-English month/day names. 6 years ago
Peter Eisentraut 1810ca18bf pg_standby: Don't use HAVE_WORKING_LINK 6 years ago
Fujii Masao 61b7394045 Fix typo in monitoring.sgml. 6 years ago
Peter Geoghegan 1e07f5e0a1 Remove overzealous _bt_split() assertions. 6 years ago
Michael Paquier 0b48f1335d Fix assertion failure with ALTER TABLE ATTACH PARTITION and indexes 6 years ago
Fujii Masao 54a4f52a92 Fix the name of the first WAL segment file, in docs. 6 years ago
Fujii Masao e65497df8f Report progress of streaming base backup. 6 years ago
Michael Paquier d79fb88ac7 Preserve pg_index.indisclustered across REINDEX CONCURRENTLY 6 years ago
Tom Lane 91f3bd732c Fix possibly-uninitialized variable. 6 years ago
Alvaro Herrera 2f9661311b
Represent command completion tags as structs 6 years ago
Tom Lane 7b425a5283 Blacklist port/win32_msvc/utime.h in cpluspluscheck and headerscheck. 6 years ago
Peter Geoghegan 90051cd827 Silence nbtree.h cpluspluscheck warning. 6 years ago
Peter Geoghegan 77b88bd5dc Add assertions to _bt_update_posting(). 6 years ago
Peter Eisentraut ed0d883765 Update Microsoft documentation link 6 years ago
Peter Eisentraut d433b79b89 Remove long unused code behind a #if 0 6 years ago
Michael Paquier 3b77dce863 Fix command-line colorization on Windows with VT100-compatible environments 6 years ago
Michael Paquier 12c5cad76f Handle logical decoding in multi-insert for catalog tuples 6 years ago
Peter Geoghegan 84ec9b231a Remove dead code from _bt_update_posting(). 6 years ago
Dean Rasheed 43a899f41f Fix corner-case loss of precision in numeric ln(). 6 years ago
Peter Geoghegan dba9153339 Doc: Fix pageinspect bt_page_items() example. 6 years ago
Peter Geoghegan 93ee38eade Teach pageinspect about nbtree deduplication. 6 years ago
Tom Lane 58c47ccfff Correctly re-use hash tables in buildSubPlanHash(). 6 years ago
Tom Lane 6afc8aefd3 Remove obsolete comment. 6 years ago
Tom Lane 80d76be51c Avoid failure if autovacuum tries to access a just-dropped temp namespace. 6 years ago
Jeff Davis 32bb4535a0 Fix commit c11cb17d. 6 years ago
Tom Lane 963ea55c34 Doc: correct thinko in pg_buffercache documentation. 6 years ago
Alvaro Herrera db989184cd
Add comments on avoid reuse of parse-time snapshot 6 years ago
Peter Eisentraut 1933ae629e Add PostgreSQL home page to --help output 6 years ago
Peter Eisentraut 864934131e Refer to bug report address by symbol rather than hardcoding 6 years ago
Alvaro Herrera afb5465e0c
Catversion bump for b9b408c487 6 years ago
Jeff Davis c11cb17dc5 Save calculated transitionSpace in Agg node. 6 years ago
Peter Geoghegan e537aed61d Doc: Fix deduplicate_items index term. 6 years ago
Alvaro Herrera b9b408c487
Record parents of triggers 6 years ago
Michael Paquier c4b0edb07e Remove TAP test for createdb --lc-ctype 6 years ago
Michael Paquier 428a2609ef Skip foreign tablespaces when running pg_checksums/pg_verify_checksums 6 years ago
Robert Haas 05d8449e73 Move src/backend/utils/hash/hashfn.c to src/common 6 years ago
Michael Paquier 008cf04096 createdb: Fix quoting of --encoding, --lc-ctype and --lc-collate 6 years ago
Peter Geoghegan 2c0797da2c Silence another compiler warning in nbtinsert.c. 6 years ago
Tom Lane a477bfc1df Suppress unnecessary RelabelType nodes in more cases. 6 years ago
Alvaro Herrera 3acfe6b089
Fix docs regarding AFTER triggers on partitioned tables 6 years ago
Peter Geoghegan 2d8a6fad18 Silence compiler warning in nbtinsert.c. 6 years ago
Peter Geoghegan 0d861bbb70 Add deduplication to nbtree. 6 years ago
Peter Geoghegan 612a1ab767 Add equalimage B-Tree support functions. 6 years ago
Magnus Hagander 4109bb5de4 Include error code in message from pg_upgrade 6 years ago
Michael Paquier 59f9cd9dd5 Fix build failure on header generation with repetitive builds of MSVC 6 years ago
Tom Lane 36390713a6 Fix compile failure. 6 years ago
Andres Freund 2742c45080 expression eval: Reduce number of steps for agg transition invocations. 6 years ago
Michael Paquier 7d672b76bf Issue properly WAL record for CID of first catalog tuple in multi-insert 6 years ago
Tom Lane 3d475515a1 Account explicitly for long-lived FDs that are allocated outside fd.c. 6 years ago
Peter Eisentraut 1420617b14 Change client-side fsync_fname() to report errors fatally 6 years ago