Commit Graph

54472 Commits (b2e6e768230be334b12dae536ba4c147fba4e9c9)
 

Author SHA1 Message Date
David Rowley d389487525 Small refactor to get rid of -Wshadow=compatible-local warning 3 years ago
David Rowley 3e0fff2e68 More -Wshadow=compatible-local warning fixes 3 years ago
Robert Haas e3ce2de09d Allow grant-level control of role inheritance behavior. 3 years ago
Peter Eisentraut 2059c5e3b0 Move NON_EXEC_STATIC from c.h to postgres.h 3 years ago
Peter Eisentraut 421ccaa627 Update another comment still referring to pg_start/stop_backup() 3 years ago
Daniel Gustafsson d16c99aa71 doc: Fix typo in GRANT docs 3 years ago
Daniel Gustafsson 0c67e9e566 Fix typo in MVCC test comment 3 years ago
John Naylor 4112e39f70 Remove unused symbol __aarch64 3 years ago
Peter Eisentraut b4ddf3ee30 pg_dump: Fix new ICU tests 3 years ago
Andres Freund 4444317f37 aix: Fix SHLIB_EXPORTS reference in VPATH builds 3 years ago
Andres Freund 05bf551040 Remove SUBSYS.o rule in common.mk, hasn't been used in a long time 3 years ago
Andres Freund 68fc18d14c Remove rule to generate postgres.o, not needed for 20+ years 3 years ago
Andres Freund 3fb0687d32 solaris: Use versioning scripts instead of -Bsymbolic 3 years ago
Robert Haas 82ac34db20 Include RelFileLocator fields individually in BufferTag. 3 years ago
Peter Eisentraut 396d348b04 pg_dump: Dump colliculocale 3 years ago
Tom Lane f25bed3801 Defend against stack overrun in a few more places. 3 years ago
David Rowley a73d6c87f2 Doc: remove duplicate "a" from func.sgml 3 years ago
Peter Eisentraut 8b808f189f Fix ICU locale option handling in CREATE DATABASE 3 years ago
Michael Paquier 701ac2cb1f Remove initialization of MyClientConnectionInfo at backend startup 3 years ago
David Rowley f959bf9a5b Further -Wshadow=compatible-local warning fixes 3 years ago
Peter Eisentraut 161355ee6d Change shared library installation naming on macOS 3 years ago
Michael Paquier d951052a9e Allow parallel workers to retrieve some data from Port 3 years ago
David Rowley 421892a192 Further reduce warnings with -Wshadow=compatible-local 3 years ago
Peter Eisentraut 869e56a399 Message style adjustment 3 years ago
Peter Eisentraut b4e936859d Remove further unwanted linker flags from perl_embed_ldflags 3 years ago
Tom Lane 0f47457f11 Remove our artificial PG_SOMAXCONN limit on listen queue length. 3 years ago
Tom Lane ba94dfd4c4 Doc: document possible need to raise kernel's somaxconn limit. 3 years ago
Tom Lane 4ee6740167 Doc: prefer sysctl to /proc/sys in docs and comments. 3 years ago
Peter Eisentraut bd67b7e010 Remove offsetof definition 3 years ago
Thomas Munro c981879814 Don't bother to set sockaddr_un.sun_len. 3 years ago
Amit Kapila f972ec5c28 Add CHECK_FOR_INTERRUPTS while decoding changes. 3 years ago
Andres Freund 1d77afefbd Don't define FRONTEND for libpq 3 years ago
Andres Freund 9352d5cf12 Don't define FRONTEND for ecpg libraries 3 years ago
Andres Freund 06e3559bad Don't define FRONTEND for initdb 3 years ago
Andres Freund 1bdd54e662 Remove redundant call to pgstat_report_wal() 3 years ago
Andres Freund 0c679464a8 Add BackendType for standalone backends 3 years ago
Andres Freund cd063344fb pgstat: Acquire lock when reading variable-numbered stats 3 years ago
John Naylor ba8321349b Switch format specifier for replication origins to %d 3 years ago
John Naylor 1b9050da66 Remove empty statement 3 years ago
Robert Haas ce6b672e44 Make role grant system more consistent with other privileges. 3 years ago
Peter Eisentraut 36f729e2bc Fix assertion failure in CREATE DATABASE 3 years ago
Daniel Gustafsson e2fe0aedd0 doc: Minor wordsmithing to COPY docs 3 years ago
Peter Eisentraut f0b013b0fc pg_upgrade: Fix thinko in database info acquisition routine 3 years ago
Thomas Munro 64ef572c06 Remove configure probes for sockaddr_storage members. 3 years ago
Amit Kapila 838f798f17 Use logical operator && instead of & in vacuumparallel.c. 3 years ago
Michael Paquier 49e525a08f Fix comment in walsender_private.h 3 years ago
Peter Eisentraut 585d0cd944 Remove dummyret definition 3 years ago
Andres Freund c855872074 regress: allow to specify directory containing expected files, for ecpg 3 years ago
Peter Eisentraut 1509abe2c5 Remove remaining mentions of UNSAFE_STAT_OK 3 years ago
David Rowley 92fce4e1ed Reduce warnings with -Wshadow=compatible-local builds 3 years ago