| 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 |
| 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 |
| next |