Commit Graph

54697 Commits (f60eb3f2827db292edf71bb7296fbdf5958ace3d)
 

Author SHA1 Message Date
Michael Paquier f60eb3f282 Add authentication TAP test for peer authentication 3 years ago
Andres Freund 89d16b6352 ci: enable various runtime checks on FreeBSD and macOS 3 years ago
Andres Freund 2d2f083104 ci: macos: Reduce test concurrency 3 years ago
Andres Freund 1360943d1a meson: Add prefix=/usr/local/pgsql to default_options 3 years ago
Andres Freund d0366bfb3b meson: windows: Determine path to tmp_install + prefix using meson 3 years ago
Peter Eisentraut a9d58bfe8a Fix tiny memory leaks 3 years ago
Michael Paquier 83e42a0035 doc: Fix some grammar and typos 3 years ago
Andres Freund 24ef127b6d meson: mingw: Add -Wl,--disable-auto-import, enable when linking with readline 3 years ago
Tom Lane 2dc2e4e31a Avoid improbable PANIC during heap_update, redux. 3 years ago
Andres Freund 0e497eadb1 mingw: Define PGDLLEXPORT as __declspec (dllexport) as done for msvc 3 years ago
Tom Lane 4e4f7b9fcc Adjust PQsslAttributeNames() to match PQsslAttribute(). 3 years ago
Alvaro Herrera 69298db8e1
Fix tab-completion after commit 790bf615dd 3 years ago
Daniel Gustafsson 51fd7cdfd0 doc: Fix PQsslAttribute docs for compression 3 years ago
Michael Paquier 65b158ae4e Remove useless argument from UnpinBuffer() 3 years ago
Andres Freund ccf36ea258 ci: Add 32bit build and test 3 years ago
Tom Lane 80a05679d5 Fix bogus behavior of PQsslAttribute(conn, "library"). 3 years ago
Tom Lane 551aa6b7b9 Improve wording of log messages triggered by max_slot_wal_keep_size. 3 years ago
Tom Lane d7e39d72ca Use actual backend IDs in pg_stat_get_backend_idset() and friends. 3 years ago
Etsuro Fujita d5e3fe682a Update comment in ExecInsert() regarding batch insertion. 3 years ago
Michael Paquier 0823d061b0 Introduce SYSTEM_USER 3 years ago
Michael Paquier 5ac9e86919 Mark sigint_interrupt_enabled as sig_atomic_t 3 years ago
Andres Freund b8d8a4593a windows: Set UMDF_USING_NTSTATUS globally, include ntstatus.h 3 years ago
Andres Freund a1b3bca1c8 meson: Implement getopt logic from autoconf 3 years ago
Andres Freund caeeabd110 meson: mingw: Allow multiple definitions 3 years ago
Andres Freund dfefa0e464 meson: pg_regress: Define a HOST_TUPLE sufficient to make resultmap work 3 years ago
Andres Freund e3a892539b meson: windows: Normalize slashes in prefix 3 years ago
Michael Paquier 2beae72746 Map ERROR_INVALID_NAME to ENOENT in mapping table of win32error.c 3 years ago
Thomas Munro b6d8a60aba Restore pg_pread and friends. 3 years ago
David Rowley 3a5817695a Restrict Datum sort optimization to byval types only 3 years ago
Bruce Momjian 2a66b9bfb7 doc: clarify internal behavior of RECURSIVE CTE queries 3 years ago
Bruce Momjian f77becbe5a revert "warn of SECURITY DEFINER schemas for non-sql_body funcs" 3 years ago
Tom Lane 0937f6d172 Doc: document bpchar, clarify relationship of text and varchar. 3 years ago
Tom Lane 4d2a844242 Allow callback functions to deregister themselves during a call. 3 years ago
Alvaro Herrera d84a7b290f
Change some errdetail() to errdetail_internal() 3 years ago
Robert Haas 7188b9b0fd Fix bug in DROP OWNED BY. 3 years ago
Robert Haas a448e49bcb Revert 56-bit relfilenode change and follow-up commits. 3 years ago
Robert Haas 6af0827232 Fix InitializeRelfilenumberMap for 05d4cbf9b6 3 years ago
Robert Haas 0222be1371 Fix alignment problems with SharedInvalSmgrMsg. 3 years ago
Alvaro Herrera d0b1dbcb98
Remove publicationcmds.c's expr_allowed_in_node as a function 3 years ago
Michael Paquier 2e560b974e Fix some comments of do_pg_backup_start() and do_pg_backup_stop() 3 years ago
Robert Haas 0aaa7cf698 In BufTagGetForkNum, cast to the correct type. 3 years ago
Robert Haas 99164b7ea6 Update pg_buffercache's meson.build. 3 years ago
Robert Haas 4667d97ca6 Fix typos in commit 05d4cbf9b6. 3 years ago
Peter Eisentraut c8b2ef05f4 Convert *GetDatum() and DatumGet*() macros to inline functions 3 years ago
Robert Haas 8caf96de0b Include common/relpath.h in utils/relfilenumbermap.h 3 years ago
Robert Haas 05d4cbf9b6 Increase width of RelFileNumbers from 32 bits to 56 bits. 3 years ago
Robert Haas 2f47715cc8 Move RelFileNumber declarations to common/relpath.h. 3 years ago
Tom Lane 7ac918ada0 Renumber GUC flags for a bit more sanity. 3 years ago
Tom Lane 3853664265 Introduce GUC_NO_RESET flag. 3 years ago
Alvaro Herrera 4148c8b3da
Improve some publication-related error messages 3 years ago