Commit Graph

51317 Commits (7ef8b52cf079ef3ace4575f7b97c2d6f80463b4f)
 

Author SHA1 Message Date
Michael Paquier 7ef8b52cf0 Fix typos and grammar in comments and docs 5 years ago
Michael Paquier c731f9187b Replace magic constants for seek() calls in perl scripts 5 years ago
Thomas Munro 8e861eaae8 Explain postmaster's treatment of SIGURG. 5 years ago
Peter Eisentraut 4ed7f0599a Add missing source files to nls.mk 5 years ago
Peter Eisentraut f7c09706c1 doc: Fix up spacing around verbatim DocBook elements 5 years ago
Peter Eisentraut f59b58e2a1 Use correct format placeholder for block numbers 5 years ago
Tom Lane f24b156997 Rethink extraction of collation dependencies. 5 years ago
Tom Lane 8a2df442b6 Update dummy prosrc values. 5 years ago
Tom Lane 767982e362 Convert built-in SQL-language functions to SQL-standard-body style. 5 years ago
Tom Lane e809493725 Split function definitions out of system_views.sql into a new file. 5 years ago
Andrew Dunstan 3c5b0685b9 Allow TestLib::slurp_file to skip contents, and use as needed 5 years ago
Tom Lane ef387bed87 Fix bogus collation-version-recording logic. 5 years ago
Tom Lane f90c708a04 Fix wrong units in two ExplainPropertyFloat calls. 5 years ago
Peter Eisentraut 029c5ac03d psql: Refine lexing of BEGIN...END blocks in CREATE FUNCTION statements 5 years ago
Peter Eisentraut 25593d7d33 psql: Small fixes for better translatability 5 years ago
Michael Paquier 254a2164e5 doc: Fix typo in example query of SQL/JSON 5 years ago
Amit Kapila f5fc2f5b23 Add information of total data processed to replication slot stats. 5 years ago
Thomas Munro 1bf946bd43 Doc: Document known problem with Windows collation versions. 5 years ago
Tom Lane 409723365b Provide query source text when parsing a SQL-standard function body. 5 years ago
Tom Lane 83efce7a1e Revert "Cope with NULL query string in ExecInitParallelPlan()." 5 years ago
Tom Lane 1111b2668d Undo decision to allow pg_proc.prosrc to be NULL. 5 years ago
Tom Lane 3157cbe974 Stabilize recently-added information_schema test queries. 5 years ago
Peter Eisentraut fae65629ce Revert "psql: Show all query results by default" 5 years ago
Fujii Masao e2e2efca85 doc: Add missing COMPRESSION into CREATE TABLE synopsis. 5 years ago
Michael Paquier 1840d9f4c8 doc: Simplify example of HISTFILE for psql 5 years ago
Peter Eisentraut cbae8774eb pg_upgrade: Small fix for better translatability of help output 5 years ago
Peter Eisentraut 59da8d9eb7 amcheck: Use correct format placeholder for TOAST chunk numbers 5 years ago
Michael Paquier 344487e2db Tweak behavior of pg_dump --extension with configuration tables 5 years ago
Tom Lane e1623b7d86 Fix obsolete comments referencing JoinPathExtraData.extra_lateral_rels. 5 years ago
Robert Haas 9acaf1a621 amcheck: Reword some messages and fix an alignment problem. 5 years ago
Peter Eisentraut 07e5e66742 Improve quoting in some error messages 5 years ago
Michael Paquier ac725ee0f9 doc: Move force_parallel_mode to section for developer options 5 years ago
Michael Paquier 93f4146144 Simplify tests of postgres_fdw terminating connections 5 years ago
Amit Kapila cca57c1d9b Use NameData datatype for slotname in stats. 5 years ago
Tomas Vondra 20661c15db Initialize t_self and t_tableOid in statext_expressions_load 5 years ago
Peter Geoghegan 60f1f09ff4 Don't truncate heap when VACUUM's failsafe is in effect. 5 years ago
Tom Lane 6c0373ab77 Allow table-qualified variable names in ON CONFLICT ... WHERE. 5 years ago
Robert Haas e8c435a824 docs: Update TOAST storage docs for configurable compression. 5 years ago
Tom Lane 69d5ca484b Fix some inappropriately-disallowed uses of ALTER ROLE/DATABASE SET. 5 years ago
Tom Lane c2db458c10 Redesign the caching done by get_cached_rowtype(). 5 years ago
Tom Lane 34f581c39e Avoid improbable PANIC during heap_update. 5 years ago
Fujii Masao 5fe83adad9 doc: Fix typo in logicaldecoding.sgml. 5 years ago
Noah Misch 455dbc010b Use "-I." in directories holding Bison parsers, for Oracle compilers. 5 years ago
Noah Misch c3556f6fac Port regress-python3-mangle.mk to Solaris "sed". 5 years ago
Thomas Munro b1df6b696b Fix potential SSI hazard in heap_update(). 5 years ago
Michael Paquier 885a876419 Remove duplicated --no-sync switches in new tests of test_pg_dump 5 years ago
Tom Lane cf0020080a Remove no-longer-relevant test case. 5 years ago
Tom Lane c402b02b9f Fix old bug with coercing the result of a COLLATE expression. 5 years ago
Peter Eisentraut 6787e53fe5 pg_upgrade: Print OID using %u instead of %d 5 years ago
Peter Eisentraut fc0fefbfe0 pg_amcheck: Add basic NLS support 5 years ago