| 2022-09-06 |
John Naylor | Fix headerscheck in vpath builds |
commit | commitdiff | tree |
| 2022-09-06 |
John Naylor | Fix failure to maintainer-clean jsonpath_gram.h |
commit | commitdiff | tree |
| 2022-09-06 |
David Rowley | Fix typo in 16d69ec29 |
commit | commitdiff | tree |
| 2022-09-06 |
David Rowley | Remove buggy and dead code from CreateTriggerFiringOn |
commit | commitdiff | tree |
| 2022-09-06 |
John Naylor | Add missing exceptions to cpluspluscheck |
commit | commitdiff | tree |
| 2022-09-06 |
David Rowley | Fix an assortment of improper usages of string functions |
commit | commitdiff | tree |
| 2022-09-05 |
Peter Eisentraut | Fix incorrect uses of Datum conversion macros |
commit | commitdiff | tree |
| 2022-09-05 |
Daniel Gustafsson | Update out of date comments in pg_trgm |
commit | commitdiff | tree |
| 2022-09-05 |
Daniel Gustafsson | Check for interrupts in pg_trgm word similarity |
commit | commitdiff | tree |
| 2022-09-05 |
David Rowley | Doc: clarify partitioned table limitations |
commit | commitdiff | tree |
| 2022-09-04 |
Tomas Vondra | Force parallelism in partition_aggregate |
commit | commitdiff | tree |
| 2022-09-04 |
John Naylor | Fix MSVC linker error for specparse.obj |
commit | commitdiff | tree |
| 2022-09-04 |
John Naylor | Build all Flex files standalone |
commit | commitdiff | tree |
| 2022-09-04 |
John Naylor | Move private declarations shared between guc.c and... |
commit | commitdiff | tree |
| 2022-09-04 |
John Naylor | Preparatory refactoring for compiling guc-file.c standalone |
commit | commitdiff | tree |
| 2022-09-04 |
John Naylor | Fix sign-compare warnings arising from port/simd.h |
commit | commitdiff | tree |
| 2022-09-03 |
Michael Paquier | doc: Fix two queries related to jsonb functions |
commit | commitdiff | tree |
| 2022-09-03 |
Bruce Momjian | doc: simplify docs about analyze and inheritance/parti... |
commit | commitdiff | tree |
| 2022-09-03 |
Bruce Momjian | doc: clarify recursion internal behavior |
commit | commitdiff | tree |
| 2022-09-03 |
Thomas Munro | Fix cache invalidation bug in recovery_prefetch. |
commit | commitdiff | tree |
| 2022-09-02 |
Tom Lane | Fix planner to consider matches to boolean columns... |
commit | commitdiff | tree |
| 2022-09-02 |
Daniel Gustafsson | Remove unused code from sepgsql |
commit | commitdiff | tree |
| 2022-09-02 |
Peter Eisentraut | Fix PL/Perl build on Cygwin |
commit | commitdiff | tree |
| 2022-09-02 |
Amit Kapila | Doc: fix column list vs. replica identity rules. |
commit | commitdiff | tree |
| 2022-09-02 |
Michael Paquier | Expand the use of get_dirent_type(), shaving a few... |
commit | commitdiff | tree |
| 2022-09-02 |
Etsuro Fujita | Doc: Update struct Trigger definition. |
commit | commitdiff | tree |
| 2022-09-02 |
John Naylor | Speed up lexing of long JSON strings |
commit | commitdiff | tree |
| 2022-09-01 |
Andres Freund | Move darwin sysroot determination into separate file |
commit | commitdiff | tree |
| 2022-09-01 |
Andrew Dunstan | Revert SQL/JSON features |
commit | commitdiff | tree |
| 2022-09-01 |
Tom Lane | Add a regression test for contrib/pgrowlocks. |
commit | commitdiff | tree |
| 2022-09-01 |
Andres Freund | aix: when building with gcc, tell gcc we're building... |
commit | commitdiff | tree |
| 2022-09-01 |
Tom Lane | Use --load-extension to set up for contrib/tcn's isolat... |
commit | commitdiff | tree |
| 2022-09-01 |
Bruce Momjian | doc: in create statistics docs, mention analyze for... |
commit | commitdiff | tree |
| 2022-09-01 |
Bruce Momjian | doc: mention "bloom" as a possible index access method |
commit | commitdiff | tree |
| 2022-09-01 |
Tom Lane | Adjust XML test case to avoid unstable behavior. |
commit | commitdiff | tree |
| 2022-09-01 |
Bruce Momjian | doc: use FILTER in aggregate example |
commit | commitdiff | tree |
| 2022-09-01 |
Bruce Momjian | doc: clarify that pgcrypto's gen_random_uuid calls... |
commit | commitdiff | tree |
| 2022-09-01 |
Bruce Momjian | doc: split out the NATURAL/CROSS JOIN in SELECT syntax |
commit | commitdiff | tree |
| 2022-09-01 |
Bruce Momjian | doc: warn of SECURITY DEFINER schemas for non-sql_body... |
commit | commitdiff | tree |
| 2022-09-01 |
Bruce Momjian | doc: mention that SET TIME ZONE often needs to be... |
commit | commitdiff | tree |
| 2022-08-31 |
Bruce Momjian | doc: document the maximum char/varchar length value |
commit | commitdiff | tree |
| 2022-08-31 |
Bruce Momjian | doc: show direction is optional in FETCH/MOVE's FROM... |
commit | commitdiff | tree |
| 2022-08-31 |
David Rowley | Be smarter about freeing tuples during tuplesorts |
commit | commitdiff | tree |
| 2022-08-31 |
Bruce Momjian | doc: simplify WITH clause syntax in CREATE DATABASE |
commit | commitdiff | tree |
| 2022-08-31 |
Tom Lane | Prevent long-term memory leakage in autovacuum launcher. |
commit | commitdiff | tree |
| 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 |
| next |