Commit Graph

228 Commits (7c38ef2a5d6cf6d8dc3834399d7a1c364d64ce64)

Author SHA1 Message Date
Andres Freund 7c38ef2a5d Fix temporary object cleanup failing due to toast access without snapshot. 4 years ago
Bruce Momjian 27b77ecf9f Update copyright for 2022 4 years ago
Peter Eisentraut 639a86e36a Remove Value node struct 4 years ago
Tom Lane e56bce5d43 Reconsider the handling of procedure OUT parameters. 4 years ago
Bruce Momjian ca3b37487b Update copyright for 2021 5 years ago
Michael Paquier 8a15e735be Fix some grammar and typos in comments and docs 5 years ago
Tom Lane 1ed6b89563 Remove support for postfix (right-unary) operators. 5 years ago
Andres Freund 5e7bbb5286 code: replace 'master' with 'primary' where appropriate. 5 years ago
Tom Lane 8f59f6b9c0 Improve performance of "simple expressions" in PL/pgSQL. 6 years ago
Tom Lane 80d76be51c Avoid failure if autovacuum tries to access a just-dropped temp namespace. 6 years ago
Michael Paquier ac5bdf6261 Fix buggy logic in isTempNamespaceInUse() 6 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Noah Misch ffa2d37e5f Require the schema qualification in pg_temp.type_name(arg). 6 years ago
Michael Paquier 0896ae561b Fix inconsistencies and typos in the tree 6 years ago
Tom Lane 1cff1b95ab Represent Lists as expansible arrays, not chains of cons-cells. 6 years ago
Michael Paquier 6b8548964b Fix inconsistencies in the code 6 years ago
Tom Lane 8255c7a5ee Phase 2 pgindent run for v12. 6 years ago
Michael Paquier c5660e0aa5 Restrict the use of temporary namespace in two-phase transactions 7 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Andres Freund 578b229718 Remove WITH OIDS support, change oid catalog column visibility. 7 years ago
Michael Paquier 1339fcc896 Clarify comment about assignment and reset of temp namespace ID in MyProc 7 years ago
Michael Paquier 246a6c8f7b Make autovacuum more aggressive to remove orphaned temp tables 7 years ago
Tom Lane cefa387153 Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers. 8 years ago
Andres Freund 3e256e5506 Add SKIP_LOCKED option to RangeVarGetRelidExtended(). 8 years ago
Andres Freund d87510a524 Combine options for RangeVarGetRelidExtended() into a flags argument. 8 years ago
Stephen Frost 06ca148430 Fix typo for RangeVarGetRelidExtended 8 years ago
Peter Eisentraut 8b9e9644dc Replace AclObjectKind with ObjectType 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Peter Eisentraut 2eb4a831e5 Change TRUE/FALSE to true/false 8 years ago
Tom Lane 21d304dfed Final pgindent + perltidy run for v10. 8 years ago
Peter Eisentraut a1ef920e27 Remove uses of "slave" in replication contexts 8 years ago
Tom Lane ddb5fdc068 Further hacking on ICU collation creation and usage. 8 years ago
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 8 years ago
Tom Lane c7b8998ebb Phase 2 of pgindent updates. 8 years ago
Alvaro Herrera 55a70a023c Assorted translatable string fixes 8 years ago
Tom Lane f04c9a6146 Standardize terminology for pg_statistic_ext entries. 8 years ago
Alvaro Herrera d99d58cdc8 Complete tab completion for DROP STATISTICS 8 years ago
Alvaro Herrera 7b504eb282 Implement multivariate n-distinct coefficients 9 years ago
Peter Eisentraut f21a563d25 Move some things from builtins.h to new header files 9 years ago
Peter Eisentraut 352a24a1f9 Generate fmgr prototypes automatically 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Tom Lane b3427dade1 Delete deleteWhatDependsOn() in favor of more performDeletion() flag bits. 9 years ago
Tom Lane cae1c788b9 Improve the situation for parallel query versus temp relations. 9 years ago
Greg Stark e1623c3959 Fix various common mispellings. 9 years ago
Tom Lane 4bf87169cc Comment typo fix. 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Robert Haas fea2b642fd Remove numbers from incorrectly-numbered list. 10 years ago
Robert Haas bc4996e61b Make ALTER .. SET SCHEMA do nothing, instead of throwing an ERROR. 10 years ago
Peter Eisentraut d02f16470f Replace some appendStringInfo* calls with more appropriate variants 10 years ago
Robert Haas 924bcf4f16 Create an infrastructure for parallel computation in PostgreSQL. 11 years ago