Commit Graph

59057 Commits (1c461a8d8d3c7a4655fdb944ffca94b1e49e5b3d)
 

Author SHA1 Message Date
Jeff Davis 1c461a8d8d Refactor: make default_locale internal to pg_locale.c. 2 years ago
Jeff Davis 005c6b833f Change collation cache to use simplehash.h. 2 years ago
Alexander Korotkov cdd6ab9d1f amcheck: Optimize speed of checking for unique constraint violation 2 years ago
David Rowley b181062aa5 Fix incorrect return value for pg_size_pretty(bigint) 2 years ago
Peter Eisentraut 1e666fd7c6 libpq: Use strerror_r instead of strerror 2 years ago
Tom Lane da4017a694 Doc: fix text's description of regexp_replace's arguments. 2 years ago
David Rowley 17a5871d9d Optimize escaping of JSON strings 2 years ago
Heikki Linnakangas 67427f1009 Support falling back to non-preferred readline implementation with meson 2 years ago
Heikki Linnakangas ff34ae368b Support absolute bindir/libdir in regression tests with meson 2 years ago
Heikki Linnakangas 4d8de281b5 Fallback to clang in PATH with meson 2 years ago
Heikki Linnakangas a00fae9d43 Fallback to uuid for ossp-uuid with meson 2 years ago
Michael Paquier c9e2457390 Fix more holes with SLRU code in need of int64 for segment numbers 2 years ago
Nathan Bossart 0dcaea5690 Introduce num_os_semaphores GUC. 2 years ago
Robert Haas 8a53539bd6 Wait for WAL summarization to catch up before creating .partial file. 2 years ago
Fujii Masao 454aab4b73 postgres_fdw: Fix bug in connection status check. 2 years ago
Nathan Bossart 4b56bb4ab4 pg_upgrade: Move live_check variable to user_opts. 2 years ago
Tom Lane 5d1d8b3c82 Clarify error message and documentation related to typed tables. 2 years ago
Robert Haas c883453cb2 Fix indentation. 2 years ago
Daniel Gustafsson 161c73462b Fix macro placement in pg_config.h.in 2 years ago
Robert Haas cf8a489836 Allow WAL summarization to back up when timeline changes. 2 years ago
Fujii Masao 857df3cef7 postgres_fdw: Add connection status check to postgres_fdw_get_connections(). 2 years ago
Fujii Masao c297a47c5f postgres_fdw: Add "used_in_xact" column to postgres_fdw_get_connections(). 2 years ago
Peter Eisentraut 5687f8c0dd pg_createsubscriber: Message style improvements 2 years ago
Heikki Linnakangas ef7fa900fb Add tests for errors during SSL or GSSAPI handshake 2 years ago
Heikki Linnakangas 20e0e7da9b Add test for early backend startup errors 2 years ago
Heikki Linnakangas b9e5249c29 Fix using injection points at backend startup in EXEC_BACKEND mode 2 years ago
Heikki Linnakangas c95d2159c1 Fix fallback behavior when server sends an ERROR early at startup 2 years ago
Fujii Masao 284c030a10 doc: Enhance documentation for postgres_fdw_get_connections() output columns. 2 years ago
Daniel Gustafsson 274bbced85 Disable all TLS session tickets 2 years ago
Amit Langote 6f9a62b454 SQL/JSON: Remove useless code in ExecInitJsonExpr() 2 years ago
Amit Langote 4fc6a55560 SQL/JSON: Respect OMIT QUOTES when RETURNING domains over jsonb 2 years ago
Amit Langote 231b7d670b SQL/JSON: Improve error-handling of JsonBehavior expressions 2 years ago
Amit Langote 63e6c5f4a2 SQL/JSON: Fix error-handling of some JsonBehavior expressions 2 years ago
Tom Lane c7301c3b6f Doc: fix misleading syntax synopses for targetlists. 2 years ago
Tom Lane e458dc1ac8 Doc: update some HTTP links to point to canonical URLs. 2 years ago
Robert Haas 744ddc6c6a Document restrictions regarding incremental backups and standbys. 2 years ago
Tom Lane 580f8727ca Add argument names to the regexp_XXX functions. 2 years ago
Peter Eisentraut 05faf06e9c pg_createsubscriber: Message improvements 2 years ago
Daniel Gustafsson 88e3da5658 pg_upgrade: Remove unused macro 2 years ago
Daniel Gustafsson cc59f9d0ff pgcrypto: Remove unused binary from clean target 2 years ago
Peter Eisentraut c5c7183026 Remove useless unconstify() call 2 years ago
Peter Eisentraut 37c6923cf3 Fix -Wmissing-variable-declarations warnings for float.c special case 2 years ago
Peter Eisentraut ab61c40bfa Add extern declarations for Bison global variables 2 years ago
David Rowley 32d3ed8165 Add path column to pg_backend_memory_contexts view 2 years ago
Thomas Munro 64c39bd504 ci: Pin MacPorts version to 2.9.3. 2 years ago
Michael Paquier b8aa44fd4f doc: Decorate psql page with application markup tags 2 years ago
Thomas Munro d01ce180d9 ci: Upgrade macOS version from 13 to 14. 2 years ago
Nathan Bossart 364509a2e7 pg_upgrade: Retrieve subscription count more efficiently. 2 years ago
Alvaro Herrera 9f21482fe1
Fix a missing article in the documentation 2 years ago
Fujii Masao 97f2bc5aa5 pg_stat_statements: Add regression test for privilege handling. 2 years ago