Commit Graph

51304 Commits (029c5ac03db72f1898ee17e417650a2e0764b239)
 

Author SHA1 Message Date
Peter Eisentraut 029c5ac03d psql: Refine lexing of BEGIN...END blocks in CREATE FUNCTION statements 4 years ago
Peter Eisentraut 25593d7d33 psql: Small fixes for better translatability 4 years ago
Michael Paquier 254a2164e5 doc: Fix typo in example query of SQL/JSON 4 years ago
Amit Kapila f5fc2f5b23 Add information of total data processed to replication slot stats. 4 years ago
Thomas Munro 1bf946bd43 Doc: Document known problem with Windows collation versions. 4 years ago
Tom Lane 409723365b Provide query source text when parsing a SQL-standard function body. 4 years ago
Tom Lane 83efce7a1e Revert "Cope with NULL query string in ExecInitParallelPlan()." 4 years ago
Tom Lane 1111b2668d Undo decision to allow pg_proc.prosrc to be NULL. 4 years ago
Tom Lane 3157cbe974 Stabilize recently-added information_schema test queries. 4 years ago
Peter Eisentraut fae65629ce Revert "psql: Show all query results by default" 4 years ago
Fujii Masao e2e2efca85 doc: Add missing COMPRESSION into CREATE TABLE synopsis. 4 years ago
Michael Paquier 1840d9f4c8 doc: Simplify example of HISTFILE for psql 4 years ago
Peter Eisentraut cbae8774eb pg_upgrade: Small fix for better translatability of help output 4 years ago
Peter Eisentraut 59da8d9eb7 amcheck: Use correct format placeholder for TOAST chunk numbers 4 years ago
Michael Paquier 344487e2db Tweak behavior of pg_dump --extension with configuration tables 4 years ago
Tom Lane e1623b7d86 Fix obsolete comments referencing JoinPathExtraData.extra_lateral_rels. 4 years ago
Robert Haas 9acaf1a621 amcheck: Reword some messages and fix an alignment problem. 4 years ago
Peter Eisentraut 07e5e66742 Improve quoting in some error messages 4 years ago
Michael Paquier ac725ee0f9 doc: Move force_parallel_mode to section for developer options 4 years ago
Michael Paquier 93f4146144 Simplify tests of postgres_fdw terminating connections 4 years ago
Amit Kapila cca57c1d9b Use NameData datatype for slotname in stats. 4 years ago
Tomas Vondra 20661c15db Initialize t_self and t_tableOid in statext_expressions_load 4 years ago
Peter Geoghegan 60f1f09ff4 Don't truncate heap when VACUUM's failsafe is in effect. 4 years ago
Tom Lane 6c0373ab77 Allow table-qualified variable names in ON CONFLICT ... WHERE. 4 years ago
Robert Haas e8c435a824 docs: Update TOAST storage docs for configurable compression. 4 years ago
Tom Lane 69d5ca484b Fix some inappropriately-disallowed uses of ALTER ROLE/DATABASE SET. 4 years ago
Tom Lane c2db458c10 Redesign the caching done by get_cached_rowtype(). 4 years ago
Tom Lane 34f581c39e Avoid improbable PANIC during heap_update. 4 years ago
Fujii Masao 5fe83adad9 doc: Fix typo in logicaldecoding.sgml. 4 years ago
Noah Misch 455dbc010b Use "-I." in directories holding Bison parsers, for Oracle compilers. 4 years ago
Noah Misch c3556f6fac Port regress-python3-mangle.mk to Solaris "sed". 4 years ago
Thomas Munro b1df6b696b Fix potential SSI hazard in heap_update(). 4 years ago
Michael Paquier 885a876419 Remove duplicated --no-sync switches in new tests of test_pg_dump 4 years ago
Tom Lane cf0020080a Remove no-longer-relevant test case. 4 years ago
Tom Lane c402b02b9f Fix old bug with coercing the result of a COLLATE expression. 4 years ago
Peter Eisentraut 6787e53fe5 pg_upgrade: Print OID using %u instead of %d 4 years ago
Peter Eisentraut fc0fefbfe0 pg_amcheck: Add basic NLS support 4 years ago
Peter Eisentraut 44c8a3d759 Fix files references in nls.mk 4 years ago
Fujii Masao 81e094bdfd Support tab-complete for TRUNCATE on foreign tables. 4 years ago
Michael Paquier b094063cd1 Move log_autovacuum_min_duration into its correct sections 4 years ago
Amit Kapila 15c1a9d9cb doc: Update information of new messages for logical replication. 4 years ago
Michael Paquier 7a3972597f Fix out-of-bound memory access for interval -> char conversion 4 years ago
Tom Lane 6277435a8a Silence some Coverity warnings and improve code consistency. 4 years ago
Tom Lane d7cff12c4c Add macro PGWARNING, and make PGERROR available on all platforms. 4 years ago
Tom Lane 9cb9233409 Fix uninitialized variable from commit a4d75c86b. 4 years ago
Fujii Masao 81a23dd879 Avoid unnecessary table open/close in TRUNCATE command. 4 years ago
Fujii Masao 08aa89b326 Remove COMMIT_TS_SETTS record. 4 years ago
Noah Misch df5efaf441 Standardize pg_authid oid_symbol values. 4 years ago
Peter Eisentraut 496e58bb0e Improve behavior of date_bin with origin in the future 4 years ago
Tom Lane 99964c4ade Fix failure of xlogprefetch.h to include all prerequisite headers. 4 years ago