Commit Graph

59072 Commits (8240401437c8e261b4ae95fcc4183db98339cc9e)
 

Author SHA1 Message Date
Jeff Davis 8240401437 Do not return NULL from pg_newlocale_from_collation(). 2 years ago
Heikki Linnakangas 6a1d8cef46 Detach syslogger from shared memory 2 years ago
Heikki Linnakangas 679f940740 Remove dead generators for cyrillic encoding conversion tables 2 years ago
Nathan Bossart 5c1ce1bbbe Remove tab completion for CREATE UNLOGGED MATERIALIZED VIEW. 2 years ago
Tom Lane 0f12905215 Count individual SQL commands in pg_restore's --transaction-size mode. 2 years ago
Tom Lane b3f0e0503f Reduce number of commands dumpTableSchema emits for binary upgrade. 2 years ago
Heikki Linnakangas 0393f542d7 Fix double-release of spinlock 2 years ago
Heikki Linnakangas 8bda213ec1 Fix compiler warning/error about typedef redefinitions 2 years ago
Heikki Linnakangas 9d9b9d46f3 Move cancel key generation to after forking the backend 2 years ago
Heikki Linnakangas 19de089cdc Fix outdated comment in smgrtruncate() 2 years ago
Richard Guo 513f4472a4 Reduce memory used by partitionwise joins 2 years ago
Richard Guo f47b33a191 Simplify create_merge_append_path for clarity 2 years ago
Jeff Davis 2e68077b07 Refactor pg_set_regex_collation() for clarity. 2 years ago
David Rowley da87dc07f1 Add missing pointer dereference in pg_backend_memory_contexts view 2 years ago
Jeff Davis c0ef1234df Fix whitespace in commit 005c6b833f. 2 years ago
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