Commit Graph

47414 Commits (d1a040543b49e0aad273e7766cd7e2fcf2b781fa)
 

Author SHA1 Message Date
Michael Paquier d1a040543b Remove more unreferenced function declarations 7 years ago
Tom Lane fb30c9c1c5 In pg_log_generic(), be more paranoid about preserving errno. 7 years ago
Peter Eisentraut b33283c364 Add missing source files to nls.mk 7 years ago
Peter Eisentraut 3f3542621f psql: Fix logging output format 7 years ago
Amit Kapila 78d41f6c9b Add missing assertions for required table am callbacks. 7 years ago
Tom Lane cf20cc00a9 Add some test cases to improve test coverage of parse_expr.c. 7 years ago
Tom Lane 79b94716e7 Remove unreferenced function declarations. 7 years ago
Tom Lane 0ab1a2e39b Remove dead encoding-conversion functions. 7 years ago
Tomas Vondra ef777cb093 Remove unused variable in statext_mcv_serialize() 7 years ago
Tom Lane 02e95a5049 Add \warn command to psql. 7 years ago
Thomas Munro e8fdcacc6c Improve comment in postgresql.conf.sample. 7 years ago
Peter Eisentraut 594df378ff doc: Spell checking 7 years ago
Michael Paquier 313f87a171 Add min() and max() aggregates for pg_lsn 7 years ago
Michael Paquier 8a810a177c Update hardcoded DH parameters to IANA standards 7 years ago
Tomas Vondra 08aa131c7a Simplify pg_mcv_list (de)serialization 7 years ago
Tomas Vondra 4d66285adc Fix pg_mcv_list_items() to produce text[] 7 years ago
Tomas Vondra e365a581c2 Speed-up build of MCV lists with many distinct values 7 years ago
Peter Eisentraut d5ab9df777 Remove unnecessary casts from size_t to int 7 years ago
Peter Eisentraut 6a1cd8b923 Unwind some workarounds for lack of portable int64 format specifier 7 years ago
Peter Eisentraut 7b925e1270 Sync our Snowball stemmer dictionaries with current upstream 7 years ago
Peter Eisentraut dedb6e0143 Clean up whitespace a bit 7 years ago
Michael Paquier cfc40d384a Introduce safer encoding and decoding routines for base64.c 7 years ago
Michael Paquier d5ab9a891c Simplify TAP tests of pg_dump for connection strings 7 years ago
David Rowley 8abc13a889 Use appendStringInfoString and appendPQExpBufferStr where possible 7 years ago
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