Commit Graph

47426 Commits (bd56cd75d2cee28c4acd1cd76af57664e622d21f)
 

Author SHA1 Message Date
Amit Kapila bd56cd75d2 Fix few typos and minor wordsmithing in tableam comments. 7 years ago
Thomas Munro f5825853e3 Pass QueryEnvironment down to EvalPlanQual's EState. 7 years ago
Alvaro Herrera 2c84ea6cf9 Propagate trigger arguments to partitions 7 years ago
Peter Eisentraut e435c1e7d9 Message style improvements 7 years ago
Thomas Munro cba0fe024e Force hash joins to be enabled in the hash join regression tests. 7 years ago
Bruce Momjian 38c268dde0 doc: adjust to_timestamp()/to_date() wording 7 years ago
Bruce Momjian ba09342518 Adjust ssl_ciphers to be specific to OpenSSL 7 years ago
Bruce Momjian 481837783b Remove unused C structure member 7 years ago
Robert Haas 554106b116 tableam: Provide helper functions for relation sizing. 7 years ago
Peter Eisentraut 482501d433 doc: Clarify logical replication documentation 7 years ago
Michael Paquier 6b8548964b Fix inconsistencies in the code 7 years ago
Peter Eisentraut 7e9a4c5c3d Use consistent style for checking return from system calls 7 years ago
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