Commit Graph

47390 Commits (5683b34956b4e8da9dccadc2e3a53b86104ebb33)
 

Author SHA1 Message Date
Tom Lane 5683b34956 Ensure plpgsql result tuples have the right composite type marking. 7 years ago
Tom Lane 03e7b302b1 Doc: document table persistence display in \dt+. 7 years ago
Tom Lane 9a2ea61832 Show table persistence in psql's \dt+ and related commands. 7 years ago
David Rowley a5be4062f7 Don't remove surplus columns from GROUP BY for inheritance parents 7 years ago
Etsuro Fujita 2a1612104c postgres_fdw: Remove redundancy in postgresAcquireSampleRowsFunc(). 7 years ago
Michael Meskes e72489e101 Fix small memory leak in ecpglib ecpg_update_declare_statement() is called the 7 years ago
Michael Meskes 8372e3c98f Use strtoint() instead of strtol() in pgtypeslib where the result is stored in 7 years ago
Michael Meskes 75220fb62b Made ecpg compatibility mode and run-time behaviour options case insensitive. 7 years ago
Peter Eisentraut 84c41ae81b Fix accidentally swapped error message arguments 7 years ago
Peter Eisentraut 24c7000f64 Remove redundant newlines from error messages 7 years ago
Tom Lane b4771d7c7f Don't treat complete_from_const as equivalent to complete_from_list. 7 years ago
Tom Lane 0ec3e13c69 Fix tab completion of "SET variable TO|=" to not offer bogus completions. 7 years ago
Tom Lane 4d6603f28d Simplify psql \d's rule for ordering the indexes of a table. 7 years ago
Peter Geoghegan 66c5bd3a6f Remove obsolete nbtree "get root" comment. 7 years ago
Michael Paquier 2b1394fc2b Add support for Visual Studio 2019 in build scripts 7 years ago
Michael Paquier 9adda24543 Refactor code of reindexdb for query generation 7 years ago
Peter Eisentraut c72f9b9502 Remove support for non-ELF BSD systems 7 years ago
Tom Lane 615cebc94b Stamp HEAD as 13devel. 7 years ago
Tom Lane 9e1c9f9594 pgindent run prior to branching v12. 7 years ago
Tom Lane 145b18688c Doc: remove obsolete description of oid column as being "hidden". 7 years ago
David Rowley f5db56fc4d Revert fix missing call to table_finish_bulk_insert during COPY 7 years ago
David Rowley b2d69806d8 Remove surplus call to table_finish_bulk_insert 7 years ago
David Rowley 4de60244e2 Fix missing call to table_finish_bulk_insert during COPY 7 years ago
Peter Eisentraut 95bbe5d82e Convert some stragglers to new frontend logging API 7 years ago
Peter Eisentraut 1b29e990e3 Add missing serial commas 7 years ago
Michael Paquier c74d49d41c Fix many typos and inconsistencies 7 years ago
Noah Misch 459c3cdb4a Don't read fields of a misaligned ExpandedObjectHeader or AnyArrayType. 7 years ago
Andrew Gierth da53be23d1 Repair logic for reordering grouping sets optimization. 7 years ago
Tom Lane c000a47ad1 Exclude new src/test/modules/unsafe_tests directory from MSVC build. 7 years ago
Tom Lane 681cca86f5 Blind attempt to fix SSPI-auth case in 010_dump_connstr.pl. 7 years ago
Tom Lane c91504b958 Move rolenames test out of the core regression tests. 7 years ago
Peter Eisentraut 2e810508f6 Fix breakage introduced in pg_lsn_in() 7 years ago
Peter Eisentraut 21f428ebde Don't call data type input functions in GUC check hooks 7 years ago
Peter Eisentraut 666cbae16d Remove explicit error handling for obsolete date/time values 7 years ago
Tom Lane 54100f5c60 Add an enforcement mechanism for global object names in regression tests. 7 years ago
Tom Lane ca129e58c0 Fix regression tests to use only global names beginning with "regress_". 7 years ago
Tom Lane a1e61badf9 Disallow user-created replication origins named "pg_xxx". 7 years ago
Michael Paquier c0faa72750 Remove unnecessary header from be-secure-gssapi.c 7 years ago
Alvaro Herrera 23cccb17fe Fix for dropped columns in a partitioned table's default partition 7 years ago
Thomas Munro 74b7cc8c02 Fix misleading comment in nodeIndexonlyscan.c. 7 years ago
Tomas Vondra 69fd82fedd Update reference to sampling algorithm in analyze.c 7 years ago
Alvaro Herrera 050098b14e Fix use-after-free introduced in 55ed3defc9 7 years ago
Peter Eisentraut f2f0082ef5 Update comment 7 years ago
Michael Paquier 322c5bfdc3 Remove remaining traces of Rand_OpenSSL() from the tree 7 years ago
Alvaro Herrera 55ed3defc9 Fix partitioned index creation with foreign partitions 7 years ago
Tom Lane 65e6d42140 Follow the rule that regression-test-created roles are named "regress_xxx". 7 years ago
Tom Lane c360477d2e Follow the rule that regression-test-created roles are named "regress_xxx". 7 years ago
Michael Paquier d993e0fb82 Add support for OpenSSL 1.1.0 and newer versions in MSVC scripts 7 years ago
Michael Paquier ce59b75d44 Add toast-level reloption for vacuum_index_cleanup 7 years ago
Thomas Munro 0089c3059c Don't unset MAKEFLAGS in non-GNU Makefile. 7 years ago