| 2022-08-31 |
Peter Geoghegan | Derive freeze cutoff from nextXID, not OldestXmin. |
commit | commitdiff | tree |
| 2022-08-31 |
Andres Freund | Fix MSVC warning in compat_informix/rnull.pgc |
commit | commitdiff | tree |
| 2022-08-31 |
Tom Lane | In the Snowball dictionary, don't try to stem excessive... |
commit | commitdiff | tree |
| 2022-08-31 |
Robert Haas | Fix a bug in roles_is_member_of. |
commit | commitdiff | tree |
| 2022-08-31 |
Daniel Gustafsson | doc: Fix typo in user inheritance documentation |
commit | commitdiff | tree |
| 2022-08-31 |
Daniel Gustafsson | Refactor check_ functions to use filehandle for status |
commit | commitdiff | tree |
| 2022-08-31 |
Peter Eisentraut | plpython: Don't create pgxsdir subdirectory in installd... |
commit | commitdiff | tree |
| 2022-08-30 |
Tom Lane | On NetBSD, force dynamic symbol resolution at postmaste... |
commit | commitdiff | tree |
| 2022-08-30 |
David Rowley | Various cleanups of the new memory context header code |
commit | commitdiff | tree |
| 2022-08-30 |
David Rowley | Revert "Add missing padding from MemoryChunk struct" |
commit | commitdiff | tree |
| 2022-08-30 |
Amit Kapila | Update the comment in rmgrlist.h to match it to the... |
commit | commitdiff | tree |
| 2022-08-30 |
Amit Kapila | Drop replication origin slots before tablesync worker... |
commit | commitdiff | tree |
| 2022-08-30 |
John Naylor | Further code review of port/simd.h |
commit | commitdiff | tree |
| 2022-08-30 |
Peter Geoghegan | Adjust comments that called MultiXactIds "XMIDs". |
commit | commitdiff | tree |
| 2022-08-30 |
David Rowley | Use MAXALIGN() in calculations using sizeof(SlabBlock) |
commit | commitdiff | tree |
| 2022-08-30 |
Michael Paquier | Cleanup more code and comments related to Windows NT4... |
commit | commitdiff | tree |
| 2022-08-29 |
Tom Lane | Clean up inconsistent use of fflush(). |
commit | commitdiff | tree |
| 2022-08-29 |
Robert Haas | Remove stray "the". |
commit | commitdiff | tree |
| 2022-08-29 |
Robert Haas | Prevent WAL corruption after a standby promotion. |
commit | commitdiff | tree |
| 2022-08-29 |
Robert Haas | docs: Fix up some out-of-date references to INHERIT... |
commit | commitdiff | tree |
| 2022-08-29 |
David Rowley | Add missing padding from MemoryChunk struct |
commit | commitdiff | tree |
| 2022-08-29 |
John Naylor | Fix broken cast on MSVC |
commit | commitdiff | tree |
| 2022-08-29 |
John Naylor | Use ARM Advanced SIMD (NEON) intrinsics where available |
commit | commitdiff | tree |
| 2022-08-29 |
John Naylor | Abstract some more architecture-specific details away... |
commit | commitdiff | tree |
| 2022-08-29 |
David Rowley | Improve performance of and reduce overheads of memory... |
commit | commitdiff | tree |
| 2022-08-29 |
Amit Kapila | Fix the incorrect assertion introduced in commit 7f13ac... |
commit | commitdiff | tree |
| 2022-08-28 |
Tom Lane | Doc: fix example of recursive query. |
commit | commitdiff | tree |
| 2022-08-28 |
Peter Eisentraut | Add more detail why repalloc and pfree do not accept... |
commit | commitdiff | tree |
| 2022-08-28 |
Michael Paquier | Enable RandomizedBaseAddress (ASLR) on Windows with... |
commit | commitdiff | tree |
| 2022-08-27 |
Tom Lane | Avoid casting away const in sepgsql's quote_object_name. |
commit | commitdiff | tree |
| 2022-08-27 |
Tom Lane | Doc: add comment about bug fixed in back branches as... |
commit | commitdiff | tree |
| 2022-08-27 |
Alexander Korotkov | Fix typo in comment for writetuple() function |
commit | commitdiff | tree |
| 2022-08-27 |
John Naylor | Be more careful to avoid including system headers after... |
commit | commitdiff | tree |
| 2022-08-27 |
Michael Paquier | Use correct connection for cancellation in frontend... |
commit | commitdiff | tree |
| 2022-08-26 |
Peter Eisentraut | Remove unneeded null pointer checks before PQfreemem() |
commit | commitdiff | tree |
| 2022-08-26 |
Peter Eisentraut | Remove unnecessary casts in free() and pfree() |
commit | commitdiff | tree |
| 2022-08-26 |
John Naylor | Use SSE2 in is_valid_ascii() where available. |
commit | commitdiff | tree |
| 2022-08-26 |
Peter Eisentraut | Remove obsolete comment |
commit | commitdiff | tree |
| 2022-08-26 |
Etsuro Fujita | Fix typo in comment. |
commit | commitdiff | tree |
| 2022-08-26 |
John Naylor | Add optimized functions for linear search within byte... |
commit | commitdiff | tree |
| 2022-08-25 |
Thomas Munro | Remove configure probe for sockaddr_in6 and require... |
commit | commitdiff | tree |
| 2022-08-25 |
Peter Eisentraut | libpq code should use libpq_gettext(), not _() |
commit | commitdiff | tree |
| 2022-08-25 |
Jeff Davis | Fix doc oversight for custom WAL resource managers. |
commit | commitdiff | tree |
| 2022-08-25 |
David Rowley | Small refactor to get rid of -Wshadow=compatible-local... |
commit | commitdiff | tree |
| 2022-08-25 |
David Rowley | More -Wshadow=compatible-local warning fixes |
commit | commitdiff | tree |
| 2022-08-25 |
Robert Haas | Allow grant-level control of role inheritance behavior. |
commit | commitdiff | tree |
| 2022-08-25 |
Peter Eisentraut | Move NON_EXEC_STATIC from c.h to postgres.h |
commit | commitdiff | tree |
| 2022-08-25 |
Peter Eisentraut | Update another comment still referring to pg_start... |
commit | commitdiff | tree |
| 2022-08-25 |
Daniel Gustafsson | doc: Fix typo in GRANT docs |
commit | commitdiff | tree |
| 2022-08-25 |
Daniel Gustafsson | Fix typo in MVCC test comment |
commit | commitdiff | tree |
| 2022-08-25 |
John Naylor | Remove unused symbol __aarch64 |
commit | commitdiff | tree |
| 2022-08-25 |
Peter Eisentraut | pg_dump: Fix new ICU tests |
commit | commitdiff | tree |
| 2022-08-25 |
Andres Freund | aix: Fix SHLIB_EXPORTS reference in VPATH builds |
commit | commitdiff | tree |
| 2022-08-25 |
Andres Freund | Remove SUBSYS.o rule in common.mk, hasn't been used... |
commit | commitdiff | tree |
| 2022-08-25 |
Andres Freund | Remove rule to generate postgres.o, not needed for... |
commit | commitdiff | tree |
| 2022-08-25 |
Andres Freund | solaris: Use versioning scripts instead of -Bsymbolic |
commit | commitdiff | tree |
| 2022-08-24 |
Robert Haas | Include RelFileLocator fields individually in BufferTag. |
commit | commitdiff | tree |
| 2022-08-24 |
Peter Eisentraut | pg_dump: Dump colliculocale |
commit | commitdiff | tree |
| 2022-08-24 |
Tom Lane | Defend against stack overrun in a few more places. |
commit | commitdiff | tree |
| 2022-08-24 |
David Rowley | Doc: remove duplicate "a" from func.sgml |
commit | commitdiff | tree |
| 2022-08-24 |
Peter Eisentraut | Fix ICU locale option handling in CREATE DATABASE |
commit | commitdiff | tree |
| 2022-08-24 |
Michael Paquier | Remove initialization of MyClientConnectionInfo at... |
commit | commitdiff | tree |
| 2022-08-24 |
David Rowley | Further -Wshadow=compatible-local warning fixes |
commit | commitdiff | tree |
| 2022-08-24 |
Peter Eisentraut | Change shared library installation naming on macOS |
commit | commitdiff | tree |
| 2022-08-24 |
Michael Paquier | Allow parallel workers to retrieve some data from Port |
commit | commitdiff | tree |
| 2022-08-24 |
David Rowley | Further reduce warnings with -Wshadow=compatible-local |
commit | commitdiff | tree |
| 2022-08-23 |
Peter Eisentraut | Message style adjustment |
commit | commitdiff | tree |
| 2022-08-23 |
Peter Eisentraut | Remove further unwanted linker flags from perl_embed_ld... |
commit | commitdiff | tree |
| 2022-08-23 |
Tom Lane | Remove our artificial PG_SOMAXCONN limit on listen... |
commit | commitdiff | tree |
| 2022-08-23 |
Tom Lane | Doc: document possible need to raise kernel's somaxconn... |
commit | commitdiff | tree |
| 2022-08-23 |
Tom Lane | Doc: prefer sysctl to /proc/sys in docs and comments. |
commit | commitdiff | tree |
| 2022-08-23 |
Peter Eisentraut | Remove offsetof definition |
commit | commitdiff | tree |
| 2022-08-23 |
Thomas Munro | Don't bother to set sockaddr_un.sun_len. |
commit | commitdiff | tree |
| 2022-08-23 |
Amit Kapila | Add CHECK_FOR_INTERRUPTS while decoding changes. |
commit | commitdiff | tree |
| 2022-08-23 |
Andres Freund | Don't define FRONTEND for libpq |
commit | commitdiff | tree |
| 2022-08-23 |
Andres Freund | Don't define FRONTEND for ecpg libraries |
commit | commitdiff | tree |
| 2022-08-23 |
Andres Freund | Don't define FRONTEND for initdb |
commit | commitdiff | tree |
| 2022-08-23 |
Andres Freund | Remove redundant call to pgstat_report_wal() |
commit | commitdiff | tree |
| 2022-08-23 |
Andres Freund | Add BackendType for standalone backends |
commit | commitdiff | tree |
| 2022-08-23 |
Andres Freund | pgstat: Acquire lock when reading variable-numbered... |
commit | commitdiff | tree |
| 2022-08-23 |
John Naylor | Switch format specifier for replication origins to %d |
commit | commitdiff | tree |
| 2022-08-23 |
John Naylor | Remove empty statement |
commit | commitdiff | tree |
| 2022-08-22 |
Robert Haas | Make role grant system more consistent with other privi... |
commit | commitdiff | tree |
| 2022-08-22 |
Peter Eisentraut | Fix assertion failure in CREATE DATABASE |
commit | commitdiff | tree |
| 2022-08-22 |
Daniel Gustafsson | doc: Minor wordsmithing to COPY docs |
commit | commitdiff | tree |
| 2022-08-22 |
Peter Eisentraut | pg_upgrade: Fix thinko in database info acquisition... |
commit | commitdiff | tree |
| 2022-08-22 |
Thomas Munro | Remove configure probes for sockaddr_storage members. |
commit | commitdiff | tree |
| 2022-08-22 |
Amit Kapila | Use logical operator && instead of & in vacuumparallel.c. |
commit | commitdiff | tree |
| 2022-08-22 |
Michael Paquier | Fix comment in walsender_private.h |
commit | commitdiff | tree |
| 2022-08-20 |
Peter Eisentraut | Remove dummyret definition |
commit | commitdiff | tree |
| 2022-08-20 |
Andres Freund | regress: allow to specify directory containing expected... |
commit | commitdiff | tree |
| 2022-08-20 |
Peter Eisentraut | Remove remaining mentions of UNSAFE_STAT_OK |
commit | commitdiff | tree |
| 2022-08-20 |
David Rowley | Reduce warnings with -Wshadow=compatible-local builds |
commit | commitdiff | tree |
| 2022-08-19 |
David Rowley | Remove shadowed local variables that are new in v15 |
commit | commitdiff | tree |
| 2022-08-19 |
Peter Geoghegan | Avoid reltuples distortion in very small tables. |
commit | commitdiff | tree |
| 2022-08-19 |
Peter Eisentraut | Move a definition inside a header file |
commit | commitdiff | tree |
| 2022-08-19 |
Michael Paquier | doc: Improve some markups and some wording around archi... |
commit | commitdiff | tree |
| 2022-08-19 |
Peter Geoghegan | Initialize index stats during parallel VACUUM. |
commit | commitdiff | tree |
| 2022-08-18 |
Jeff Davis | Use correct LSN for error reporting in pg_walinspect |
commit | commitdiff | tree |
| 2022-08-18 |
Robert Haas | Bump catversion for 6566133c5f52771198aca07ed18f84519fa... |
commit | commitdiff | tree |
| next |