Commit Graph

50702 Commits (5e7fa189ee92d5ecf42a295c336625d71bfe876d)
 

Author SHA1 Message Date
Etsuro Fujita 5e7fa189ee postgres_fdw: Fix assertion in estimate_path_cost_size(). 5 years ago
Tom Lane 0ff865fbe5 Fix bug in HashAgg's selective-column-spilling logic. 5 years ago
Thomas Munro e1c02d92ae Tab-complete CREATE DATABASE ... LOCALE. 5 years ago
Tom Lane 82e0e29308 Fix YA incremental sort bug. 5 years ago
Peter Geoghegan c34787f910 Harden nbtree page deletion. 5 years ago
Heikki Linnakangas 2f86ab305e Fix small error in COPY FROM progress reporting. 5 years ago
Peter Eisentraut 3c78e0569c Refactor Windows error message for easier translation 5 years ago
Michael Paquier 5128483d06 Ensure unlinking of old index file with REINDEX (TABLESPACE) 5 years ago
Michael Paquier fc749bc704 Clarify comment in tablesync.c 5 years ago
Michael Paquier c5b286047c Add TABLESPACE option to REINDEX 5 years ago
Tom Lane 9624321ec5 Avoid crash when rolling back within a prepared statement. 5 years ago
Robert Haas 2c8726c4b0 Factor pattern-construction logic out of processSQLNamePattern. 5 years ago
Tom Lane ba0faf81c6 Remove special BKI_LOOKUP magic for namespace and role OIDs. 5 years ago
Peter Eisentraut 0bf83648a5 pg_dump: Fix dumping of inherited generated columns 5 years ago
Tom Lane ef3d4613c0 Retire findoidjoins. 5 years ago
Tom Lane 62f34097c8 Build in some knowledge about foreign-key relationships in the catalogs. 5 years ago
Tom Lane 479331406e Doc: consistently identify OID catalog columns that can be zero. 5 years ago
Tom Lane dfcc46fe30 Remove extra increment of plpgsql's statement counter for FOR loops. 5 years ago
Tom Lane 5c0f7cc544 Fix ancient memory leak in contrib/auto_explain. 5 years ago
Peter Eisentraut 1d71f3c83c Improve confusing variable names 5 years ago
Michael Paquier 4ad31bb2ef Remove unused column atttypmod from initial tablesync query 5 years ago
Tom Lane 9522085ac9 Doc: work a little harder on the initial examples for regex matching. 5 years ago
Tom Lane f003a7522b Remove [Merge]AppendPath.partitioned_rels. 5 years ago
Tom Lane 5076f88bc9 Remove incidental dependencies on partitioned_rels lists. 5 years ago
Tom Lane fb2d645dd5 Revise make_partition_pruneinfo to not use its partitioned_rels input. 5 years ago
Peter Eisentraut 3696a600e2 SEARCH and CYCLE clauses 5 years ago
Alexander Korotkov bb513b364b Get rid of unnecessary memory allocation in jsonb_subscript_assign() 5 years ago
Michael Paquier fe61df7f82 Introduce --with-ssl={openssl} as a configure option 5 years ago
Tom Lane 7c5d57caed Fix portability issue in new jsonbsubs code. 5 years ago
Alexander Korotkov aa6e46daf5 Throw error when assigning jsonb scalar instead of a composite object 5 years ago
Alexander Korotkov 81fcc72e66 Filling array gaps during jsonb subscripting 5 years ago
Alexander Korotkov 676887a3b0 Implementation of subscripting for jsonb 5 years ago
Peter Geoghegan dc43492e46 Remove unused _bt_delitems_delete() argument. 5 years ago
Alexander Korotkov 0c4f355c6a Fix parsing of complex morphs to tsquery 5 years ago
Peter Eisentraut dfb75e478c Add primary keys and unique constraints to system catalogs 5 years ago
Peter Eisentraut 6533062244 doc: Clarify status of SELECT INTO on reference page 5 years ago
Peter Eisentraut 6aaaa76bb4 Allow GRANTED BY clause in normal GRANT and REVOKE statements 5 years ago
Noah Misch 7da83415e5 Revive "snapshot too old" with wal_level=minimal and SET TABLESPACE. 5 years ago
Noah Misch 360bd2321b Fix error with CREATE PUBLICATION, wal_level=minimal, and new tables. 5 years ago
Noah Misch 8a54e12a38 Fix CREATE INDEX CONCURRENTLY for simultaneous prepared transactions. 5 years ago
Fujii Masao f77717b298 postgres_fdw: Fix tests for CLOBBER_CACHE_ALWAYS. 5 years ago
Tom Lane f743a2bbd4 Doc: improve cross-references for SET/SHOW. 5 years ago
Alexander Korotkov b41645460a Document behavior of the .** jsonpath accessor in the lax mode 5 years ago
Peter Eisentraut 2592be8be5 Fix typo 5 years ago
Michael Paquier 2a5862f013 doc: Improve wording of section for repslot statistics 5 years ago
Michael Paquier 24843297a9 Adjust comments of CheckRelationTableSpaceMove() and SetRelationTableSpace() 5 years ago
Thomas Munro 5c6d184213 Remove documentation of waiting restore_command. 5 years ago
Thomas Munro 514b411a2b Retire pg_standby. 5 years ago
Tom Lane 1046dbedde Silence another gcc 11 warning. 5 years ago
Alvaro Herrera 6f5c8a8ec2
Remove bogus restriction from BEFORE UPDATE triggers 5 years ago