Commit Graph

119 Commits (501cfd07dac6dde5f8dae2d00fcf65d42e2caf80)

Author SHA1 Message Date
Noah Misch 06ff064842 Don't spuriously report FD_SETSIZE exhaustion on Windows. 2 years ago
Tom Lane 0245f8db36 Pre-beta mechanical code beautification. 3 years ago
Michael Paquier 2f6e15ac93 Revert refactoring of restore command code to shell_restore.c 3 years ago
Dean Rasheed faff8f8e47 Allow underscores in integer and numeric constants. 3 years ago
Michael Paquier 14bdb3f13d Refactor code for restoring files via shell commands 3 years ago
Peter Eisentraut c96de2ce17 Common function for percent placeholder replacement 3 years ago
Tom Lane a46a7011b2 Add options to control whether VACUUM runs vac_update_datfrozenxid. 3 years ago
Bruce Momjian c8e1ba736b Update copyright for 2023 3 years ago
Andrew Dunstan 8284cf5f74 Add copyright notices to meson files 3 years ago
Peter Eisentraut 6fcda9aba8 Non-decimal integer literals 3 years ago
Andres Freund e5555657ba meson: Add support for building with precompiled headers 3 years ago
Andres Freund 4289263cf2 windows: Adjust FD_SETSIZE via commandline define 3 years ago
Robert Haas a448e49bcb Revert 56-bit relfilenode change and follow-up commits. 3 years ago
Robert Haas 4667d97ca6 Fix typos in commit 05d4cbf9b6. 3 years ago
Robert Haas 05d4cbf9b6 Increase width of RelFileNumbers from 32 bits to 56 bits. 3 years ago
Andres Freund e6927270cd meson: Add initial version of meson based build system 3 years ago
Peter Geoghegan a601366a46 Harmonize more parameter names in bulk. 3 years ago
Tom Lane 7fed801135 Clean up inconsistent use of fflush(). 3 years ago
Michael Paquier 52144b6fcd Use correct connection for cancellation in frontend's parallel slots 3 years ago
Thomas Munro 7e50b4e3c5 Remove configure probe for sys/select.h. 3 years ago
John Naylor ffbfde4c87 Fix mismatched file identifications 3 years ago
Andrew Dunstan a45388d6e0 Add xheader_width pset option to psql 4 years ago
Tom Lane 90474c16a7 Fix minor memory leaks in psql's tab completion. 4 years ago
Peter Eisentraut 5faef9d582 Remove redundant null pointer checks before PQclear and PQconninfoFree 4 years ago
Peter Eisentraut 02c408e21a Remove redundant null pointer checks before free() 4 years ago
Robert Haas d2d3547979 Allow db.schema.table patterns, but complain about random garbage. 4 years ago
Alvaro Herrera 24d2b2680a
Remove extraneous blank lines before block-closing braces 4 years ago
Tom Lane 9a374b77fb Improve frontend error logging style. 4 years ago
Tom Lane 3e707fbb40 psql: add \dconfig command to show server's configuration parameters. 4 years ago
Tatsuo Ishii 4a39f87acd Allow pgbench to retry in some cases. 4 years ago
Tom Lane 46ab07ffda Clean up assorted failures under clang's -fsanitize=undefined checks. 4 years ago
Peter Eisentraut 2549f0661b Reject trailing junk after numeric literals 4 years ago
Tom Lane 2131c049d3 Avoid calling gettext() in signal handlers. 4 years ago
Bruce Momjian 27b77ecf9f Update copyright for 2022 4 years ago
Tom Lane 0c9d84427f Rethink pg_dump's handling of object ACLs. 4 years ago
Tom Lane 83884682f4 psql: include intra-query "--" comments in what's sent to the server. 4 years ago
Peter Eisentraut fb7f70112f Improve some comments in scanner files 4 years ago
Daniel Gustafsson 43a134f28b Replace unicode characters in comments with ascii 4 years ago
Michael Paquier f7a9a3d4b2 Skip trailing whitespaces when parsing integer options 5 years ago
Michael Paquier 6f164e6d17 Unify parsing logic for command-line integer options 5 years ago
Tom Lane 42f94f56bf Fix incautious handling of possibly-miscoded strings in client code. 5 years ago
Peter Eisentraut d9a9f4b4b9 psql: Fix line continuation prompts for unbalanced parentheses 5 years ago
Peter Eisentraut 029c5ac03d psql: Refine lexing of BEGIN...END blocks in CREATE FUNCTION statements 5 years ago
Tom Lane a3027e1e7f Allow psql's \df and \do commands to specify argument types. 5 years ago
Peter Eisentraut e717a9a18b SQL-standard function body 5 years ago
Alvaro Herrera 8d645a116e
psql: call clearerr() just before printing 5 years ago
Robert Haas f71519e545 Refactor and generalize the ParallelSlot machinery. 5 years ago
Robert Haas 418611c84d Generalize parallel slot result handling. 5 years ago
Robert Haas e955bd4b6c Move some code from src/bin/scripts to src/fe_utils to permit reuse. 5 years ago
Robert Haas 2c8726c4b0 Factor pattern-construction logic out of processSQLNamePattern. 5 years ago