Commit Graph

54019 Commits (b449afb582bb9015bfbb85abc10ce122aef9ec70)
 

Author SHA1 Message Date
Peter Eisentraut b449afb582 Attempt to fix compiler warning on old compiler 4 years ago
Peter Eisentraut 9fd45870c1 Replace many MemSet calls with struct initialization 4 years ago
Thomas Munro c94ae9d827 Emulate sigprocmask(), not sigsetmask(), on Windows. 4 years ago
Thomas Munro 3b8d23a3e1 Make dsm_impl_posix_resize more future-proof. 4 years ago
Peter Eisentraut 3a0e385048 Log details for client certificate failures 4 years ago
Peter Eisentraut 507ba16b28 Convert macros to static inline functions (xlog_internal.h) 4 years ago
Peter Eisentraut 3e9ca52601 Support gcc -fkeep-inline-functions 4 years ago
David Rowley 80ad91ea8c Fix inconsistent parameter names between prototype and declaration 4 years ago
Bruce Momjian 582c3e9e8b docs: make monitoring "phases" table titles consistent 4 years ago
Bruce Momjian 5fe2d4c56e doc: clarify how dropping of extensions affects dependent objs. 4 years ago
Bruce Momjian 47ae6948f0 pg_upgrade doc: mention that replication slots must be recreated 4 years ago
Bruce Momjian 76fa4bf321 doc: add documentation about ecpg Oracle-compatibility mode 4 years ago
Bruce Momjian 64d364bb39 doc: move system views section to its own chapter 4 years ago
Bruce Momjian ec1fe23afa doc: clarify the behavior of identically-named savepoints 4 years ago
Bruce Momjian 4f63f6aae0 doc: clarify that "excluded" ON CONFLICT is a single row 4 years ago
Bruce Momjian 6959e971b3 doc: mention that INSERT can block because of unique indexes 4 years ago
Bruce Momjian 3e071b2cf5 doc: mention the pg_locks lock names in parentheses 4 years ago
Thomas Munro 80845b7c0b Don't clobber postmaster sigmask in dsm_impl_resize. 4 years ago
Tom Lane 7c0eb3c622 Tighten up parsing logic in gen_node_support.pl. 4 years ago
Thomas Munro 5794491058 Avoid shadowing a variable in sync.c. 4 years ago
Thomas Munro 7bae3bbf62 Create a distinct wait event for POSIX DSM allocation. 4 years ago
Thomas Munro 712704d353 Remove redundant ftruncate() for POSIX DSM memory. 4 years ago
Thomas Munro 4518c798b2 Block signals while allocating DSM memory. 4 years ago
John Naylor 82785effc0 Correct some uses of e.g. and i.e. in message strings and documentation 4 years ago
Michael Paquier 6203583b72 Remove support for Visual Studio 2013 4 years ago
Michael Paquier 4ca9985957 Fix output of createuser --help with --valid-until 4 years ago
Tom Lane a5f9f1b885 Mop up pg_upgrade's nls.mk for commit b0a55e432. 4 years ago
Tom Lane 54ba2f0623 Revert "Use wildcards instead of manually-maintained file lists in */nls.mk." 4 years ago
Tom Lane 27d2693187 Avoid unsatisfied-external-reference errors in static inlines. 4 years ago
Tom Lane 617d691412 Use wildcards instead of manually-maintained file lists in */nls.mk. 4 years ago
Tom Lane ff33a8c887 Remove artificial restrictions on which node types have out/read funcs. 4 years ago
Peter Eisentraut 9c727360bc Convert macros to static inline functions (bufmgr.h) 4 years ago
Peter Eisentraut aeb767ca0b Convert macros to static inline functions (itemptr.h) 4 years ago
Alvaro Herrera e1df03b80d
Plug memory leak 4 years ago
Alvaro Herrera f16180216d
Fix flag tests in src/test/modules/test_oat_hooks 4 years ago
Peter Eisentraut 784cedda06 Allow specifying STORAGE attribute for a new table 4 years ago
Peter Eisentraut 503e3833ef Remove useless assertions 4 years ago
Alvaro Herrera 7057bf2354
Fix XID list support some more 4 years ago
Peter Eisentraut 58b4f366c0 Fix for make unportability 4 years ago
Peter Eisentraut 88dad06b47 NLS: Put list of available languages into LINGUAS files 4 years ago
David Rowley f29199d319 Small cleanup of create_list_bounds() 4 years ago
Michael Paquier 08951a7c93 createuser: Add support for more clause types through new options 4 years ago
David Rowley c23e3e6beb Use list_copy_head() instead of list_truncate(list_copy(...), ...) 4 years ago
Michael Paquier 50e4c280f0 createuser: Cleanup and fix internal option ordering 4 years ago
David Rowley 4cc832f94a Tidy up code in get_cheapest_group_keys_order() 4 years ago
Tom Lane 83f1c7b742 Fix ECPG's handling of type names that match SQL keywords. 4 years ago
Tom Lane e64cdab003 Invent qsort_interruptible(). 4 years ago
Tom Lane 920072339f Improve error reporting from validate_exec(). 4 years ago
Tom Lane 7652353d87 Remove trailing newlines in pg_upgrade's message strings. 4 years ago
Tom Lane eea9fa9b25 Add defenses against unexpected changes in the NodeTag enum list. 4 years ago