| 2022-09-15 |
Alvaro Herrera | Copy-edit docs for logical replication column lists |
commit | commitdiff | tree |
| 2022-09-15 |
Tom Lane | Revert ill-considered change in pg_resetwal output. |
commit | commitdiff | tree |
| 2022-09-15 |
Noah Misch | Reset InstallXLogFileSegmentActive after walreceiver... |
commit | commitdiff | tree |
| 2022-09-15 |
John Naylor | Fix grammar in error message |
commit | commitdiff | tree |
| 2022-09-15 |
John Naylor | Blind attempt to fix LLVM dependency in the backend |
commit | commitdiff | tree |
| 2022-09-14 |
Tom Lane | Use the terminology "WAL file" not "log file" more... |
commit | commitdiff | tree |
| 2022-09-14 |
David Rowley | Fix outdated convert_saop_to_hashed_saop comment |
commit | commitdiff | tree |
| 2022-09-14 |
Peter Eisentraut | Small wording improvements |
commit | commitdiff | tree |
| 2022-09-14 |
Tom Lane | Doc: add some doco about using the libpq_pipeline test... |
commit | commitdiff | tree |
| 2022-09-14 |
Daniel Gustafsson | pgcrypto: Remove unused code |
commit | commitdiff | tree |
| 2022-09-14 |
Peter Eisentraut | Update .gitignore |
commit | commitdiff | tree |
| 2022-09-14 |
Tom Lane | Use SIGNAL_ARGS consistently to declare signal handlers. |
commit | commitdiff | tree |
| 2022-09-14 |
Peter Eisentraut | Run xmllint validation only once |
commit | commitdiff | tree |
| 2022-09-14 |
Daniel Gustafsson | Handle SIGTERM in pg_receivewal and pg_recvlogical |
commit | commitdiff | tree |
| 2022-09-14 |
Alvaro Herrera | Add subxid-overflow "isolation" test |
commit | commitdiff | tree |
| 2022-09-14 |
Alvaro Herrera | Remove duplicate initialization |
commit | commitdiff | tree |
| 2022-09-14 |
Etsuro Fujita | postgres_fdw: Avoid 'variable not found in subplan... |
commit | commitdiff | tree |
| 2022-09-14 |
John Naylor | Fix failure to build gramparse.h standalone in vpath... |
commit | commitdiff | tree |
| 2022-09-14 |
Michael Paquier | Fix incorrect value for "strategy" with deflateParams... |
commit | commitdiff | tree |
| 2022-09-14 |
Amit Kapila | Fix typo in pgbench.c. |
commit | commitdiff | tree |
| 2022-09-14 |
John Naylor | Bump minimum Perl version to 5.14 |
commit | commitdiff | tree |
| 2022-09-14 |
John Naylor | Move gramparse.h to src/backend/parser |
commit | commitdiff | tree |
| 2022-09-14 |
Michael Paquier | Simplify handling of compression level with compression... |
commit | commitdiff | tree |
| 2022-09-13 |
Tom Lane | Split up guc.c for better build speed and ease of maint... |
commit | commitdiff | tree |
| 2022-09-13 |
Peter Eisentraut | Don't reflect unescaped cert data to the logs |
commit | commitdiff | tree |
| 2022-09-13 |
Peter Eisentraut | pg_clean_ascii(): escape bytes rather than lose them |
commit | commitdiff | tree |
| 2022-09-13 |
Peter Eisentraut | Make locale option behavior more consistent |
commit | commitdiff | tree |
| 2022-09-13 |
Alvaro Herrera | Improve wal_decode_buffer_size description some more |
commit | commitdiff | tree |
| 2022-09-13 |
Alvaro Herrera | Remove useless pstrdups in untransformRelOptions |
commit | commitdiff | tree |
| 2022-09-13 |
John Naylor | Adjust header exceptions for 0bd9c6297 |
commit | commitdiff | tree |
| 2022-09-13 |
John Naylor | Treat Unicode codepoints of category "Format" as non... |
commit | commitdiff | tree |
| 2022-09-13 |
Michael Paquier | Rename macro related to pg_backup_stop() |
commit | commitdiff | tree |
| 2022-09-13 |
Michael Paquier | Move any remaining files generated by pg_upgrade into... |
commit | commitdiff | tree |
| 2022-09-12 |
David Rowley | Don't reference out-of-bounds array elements in brin_mi... |
commit | commitdiff | tree |
| 2022-09-12 |
Daniel Gustafsson | doc: Fix link to FreeBSD documentation project |
commit | commitdiff | tree |
| 2022-09-12 |
Heikki Linnakangas | Use normal install program to install server headers. |
commit | commitdiff | tree |
| 2022-09-12 |
Peter Eisentraut | Revert "Convert *GetDatum() and DatumGet*() macros... |
commit | commitdiff | tree |
| 2022-09-12 |
Peter Eisentraut | Convert *GetDatum() and DatumGet*() macros to inline... |
commit | commitdiff | tree |
| 2022-09-12 |
Daniel Gustafsson | Fix NaN comparison in circle_same test |
commit | commitdiff | tree |
| 2022-09-12 |
Peter Eisentraut | pgstattuple: Use double consistently for percentages |
commit | commitdiff | tree |
| 2022-09-12 |
Peter Eisentraut | Use float8 datatype for percentiles in pg_walinspect... |
commit | commitdiff | tree |
| 2022-09-12 |
Amit Kapila | Make the tablesync worker's replication origin drop... |
commit | commitdiff | tree |
| 2022-09-12 |
Peter Eisentraut | Assorted examples of expanded type-safer palloc/pg_mall... |
commit | commitdiff | tree |
| 2022-09-12 |
Peter Eisentraut | Expand palloc/pg_malloc API for more type safety |
commit | commitdiff | tree |
| 2022-09-12 |
John Naylor | Make eval statement naturally proof against perltidy |
commit | commitdiff | tree |
| 2022-09-12 |
Michael Paquier | Replace loading of ldap_start_tls_sA() by direct functi... |
commit | commitdiff | tree |
| 2022-09-10 |
Tom Lane | Doc: improve explanation of when custom GUCs appear... |
commit | commitdiff | tree |
| 2022-09-10 |
Michael Paquier | Add psql tab compression for ALTER TABLE .. { OF |... |
commit | commitdiff | tree |
| 2022-09-10 |
Michael Paquier | Free correctly LDAPMessage returned by ldap_search_s... |
commit | commitdiff | tree |
| 2022-09-10 |
Andres Freund | configure: Expand -fvisibility checks to more compilers... |
commit | commitdiff | tree |
| 2022-09-10 |
Andres Freund | aix: No need to use mkldexport when we want to export... |
commit | commitdiff | tree |
| 2022-09-09 |
Tom Lane | Fix possible omission of variable storage markers in... |
commit | commitdiff | tree |
| 2022-09-09 |
Tom Lane | Doc: improve documentation about where the psqlrc files... |
commit | commitdiff | tree |
| 2022-09-09 |
Tom Lane | Reject bogus output from uuid_create(3). |
commit | commitdiff | tree |
| 2022-09-09 |
Alvaro Herrera | Doc fixes for MERGE statement |
commit | commitdiff | tree |
| 2022-09-09 |
Alvaro Herrera | Fix GetForeignKey*Triggers for self-referential FKs |
commit | commitdiff | tree |
| 2022-09-09 |
John Naylor | Bump minimum version of Flex to 2.5.35 |
commit | commitdiff | tree |
| 2022-09-09 |
John Naylor | Bump minimum version of Bison to 2.3 |
commit | commitdiff | tree |
| 2022-09-09 |
John Naylor | Add jsonpath_gram.h to list of distprep targets |
commit | commitdiff | tree |
| 2022-09-09 |
Michael Paquier | Replace load of functions by direct calls for some... |
commit | commitdiff | tree |
| 2022-09-09 |
Michael Paquier | Add more error context to RestoreBlockImage() and consu... |
commit | commitdiff | tree |
| 2022-09-08 |
Peter Geoghegan | Instrument freezing in autovacuum log reports. |
commit | commitdiff | tree |
| 2022-09-08 |
David Rowley | Temporarily make MemoryContextContains return false |
commit | commitdiff | tree |
| 2022-09-08 |
Alvaro Herrera | Choose FK name correctly during partition attachment |
commit | commitdiff | tree |
| 2022-09-08 |
Thomas Munro | Fix recovery_prefetch with low maintenance_io_concurrency. |
commit | commitdiff | tree |
| 2022-09-08 |
Alvaro Herrera | Fix perltidy breaking perlcritic |
commit | commitdiff | tree |
| 2022-09-08 |
Daniel Gustafsson | doc: Fix PL/pgSQL casing to be consistent |
commit | commitdiff | tree |
| 2022-09-08 |
John Naylor | Add b2e6e7682 to .git-blame-ignore-revs |
commit | commitdiff | tree |
| 2022-09-08 |
John Naylor | Run perltidy over Catalog.pm |
commit | commitdiff | tree |
| 2022-09-08 |
John Naylor | Parse catalog .dat files as a whole when compiling... |
commit | commitdiff | tree |
| 2022-09-08 |
Amit Kapila | Fix the test case introduced by commit 8756930190. |
commit | commitdiff | tree |
| 2022-09-08 |
Amit Kapila | Raise a warning if there is a possibility of data from... |
commit | commitdiff | tree |
| 2022-09-07 |
Alvaro Herrera | Message style fixes |
commit | commitdiff | tree |
| 2022-09-07 |
David Rowley | Make MemoryContextContains work correctly again |
commit | commitdiff | tree |
| 2022-09-07 |
Peter Eisentraut | Renumber confusing value for GUC_UNIT_BYTE |
commit | commitdiff | tree |
| 2022-09-07 |
David Rowley | Make more effort to put a sentinel at the end of alloca... |
commit | commitdiff | tree |
| 2022-09-07 |
Amit Kapila | Doc: Explain about Column List feature. |
commit | commitdiff | tree |
| 2022-09-06 |
Tom Lane | Fix new pg_publication_tables query. |
commit | commitdiff | tree |
| 2022-09-06 |
John Naylor | Fix cplusplusscheck in vpath builds |
commit | commitdiff | tree |
| 2022-09-06 |
Michael Paquier | Add psql tab compression for SET COMPRESSION with ALTER... |
commit | commitdiff | tree |
| 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 |
| next |