2025-01-23 |
Jeff Davis | Add support for Unicode case folding. |
commit | commitdiff | tree |
2025-01-23 |
Tom Lane | Reverse the search order in afterTriggerAddEvent(). |
commit | commitdiff | tree |
2025-01-23 |
Γlvaro Herrera | Allow NOT VALID foreign key constraints on partitioned... |
commit | commitdiff | tree |
2025-01-23 |
Amit Kapila | Fix buildfarm failure introduced by commit e65dbc9927. |
commit | commitdiff | tree |
2025-01-23 |
Peter Eisentraut | Convert macros to static inline functions (htup_details... |
commit | commitdiff | tree |
2025-01-23 |
Peter Eisentraut | Add some const decorations (htup.h) |
commit | commitdiff | tree |
2025-01-23 |
Amit Kapila | Change publication's publish_generated_columns option... |
commit | commitdiff | tree |
2025-01-23 |
Michael Paquier | Add error pattern checks for some TAP tests for non... |
commit | commitdiff | tree |
2025-01-23 |
Michael Paquier | Improve TAP tests of pg_basebackup |
commit | commitdiff | tree |
2025-01-22 |
Tom Lane | Support RN (roman-numeral format) in to_number(). |
commit | commitdiff | tree |
2025-01-22 |
Nathan Bossart | Fix comment about AVX-512 popcount support. |
commit | commitdiff | tree |
2025-01-22 |
Tom Lane | Repair incorrect handling of AfterTriggerSharedData... |
commit | commitdiff | tree |
2025-01-22 |
Amit Kapila | Fix \dRp+ output when describing publications with... |
commit | commitdiff | tree |
2025-01-22 |
Peter Eisentraut | Additional tests for stored generated columns |
commit | commitdiff | tree |
2025-01-22 |
Michael Paquier | Improve grammar of options for command arrays in TAP... |
commit | commitdiff | tree |
2025-01-22 |
Amit Kapila | Doc: Update the interaction of tablesync with wal_retri... |
commit | commitdiff | tree |
2025-01-22 |
Michael Paquier | Run perltidy |
commit | commitdiff | tree |
2025-01-21 |
Tom Lane | Doc: simplify the tutorial's window-function examples. |
commit | commitdiff | tree |
2025-01-21 |
Γlvaro Herrera | Reword recent error messages: "should" -> "must" |
commit | commitdiff | tree |
2025-01-21 |
Γlvaro Herrera | Fix detach of a partition that has a toplevel FK to... |
commit | commitdiff | tree |
2025-01-21 |
Peter Eisentraut | Fix NO ACTION temporal foreign keys when the referenced... |
commit | commitdiff | tree |
2025-01-21 |
Peter Eisentraut | Improve whitespace in without_overlaps test |
commit | commitdiff | tree |
2025-01-21 |
Peter Eisentraut | Improve generated_stored test |
commit | commitdiff | tree |
2025-01-21 |
Amit Langote | Refactor ExecScan() to allow inlining of its core logic |
commit | commitdiff | tree |
2025-01-21 |
Michael Paquier | Rework handling of pending data for backend statistics |
commit | commitdiff | tree |
2025-01-21 |
Michael Paquier | Rename some pgstats callbacks related to flush of entries |
commit | commitdiff | tree |
2025-01-20 |
Tom Lane | Update time zone data files to tzdata release 2025a. |
commit | commitdiff | tree |
2025-01-20 |
Tom Lane | Avoid using timezone Asia/Manila in regression tests. |
commit | commitdiff | tree |
2025-01-20 |
Peter Eisentraut | Improve generated_stored test |
commit | commitdiff | tree |
2025-01-20 |
Peter Eisentraut | Add some more use of Page/PageData rather than char * |
commit | commitdiff | tree |
2025-01-20 |
Peter Eisentraut | Add const qualifiers to bufpage.h |
commit | commitdiff | tree |
2025-01-20 |
Peter Eisentraut | Add PageData C type |
commit | commitdiff | tree |
2025-01-20 |
Thomas Munro | Fix latch event policy that hid socket events. |
commit | commitdiff | tree |
2025-01-20 |
Michael Paquier | Fix header check for continuation records where standby... |
commit | commitdiff | tree |
2025-01-19 |
Tom Lane | Remove PrintBufferDescs() and PrintPinnedBufs(). |
commit | commitdiff | tree |
2025-01-19 |
Andrew Dunstan | Be clearer about when jsonapi's need_escapes is needed |
commit | commitdiff | tree |
2025-01-17 |
Jeff Davis | Support PG_UNICODE_FAST locale in the builtin collation... |
commit | commitdiff | tree |
2025-01-17 |
Jeff Davis | Support Unicode full case mapping and conversion. |
commit | commitdiff | tree |
2025-01-17 |
Nathan Bossart | vacuumdb: Fix comment for vacuum_one_database(). |
commit | commitdiff | tree |
2025-01-17 |
Tom Lane | Add documentation about calling version-1 C functions... |
commit | commitdiff | tree |
2025-01-17 |
Dean Rasheed | Fix parsing of qualified relation names in RETURNING. |
commit | commitdiff | tree |
2025-01-17 |
John Naylor | Speed up hex_encode with bytewise lookup |
commit | commitdiff | tree |
2025-01-17 |
Peter Eisentraut | Remove flex version checks |
commit | commitdiff | tree |
2025-01-17 |
Peter Eisentraut | Add pg_nodiscard decorations to base64 functions |
commit | commitdiff | tree |
2025-01-17 |
Michael Paquier | Revert recent changes related to handling of 2PC files... |
commit | commitdiff | tree |
2025-01-17 |
Nathan Bossart | Remove redefinitions of SIG_* macros in win32_port.h. |
commit | commitdiff | tree |
2025-01-17 |
Tom Lane | Fix setrefs.c's failure to do expression processing... |
commit | commitdiff | tree |
2025-01-16 |
Melanie Plageman | Add and use BitmapHeapScanDescData struct |
commit | commitdiff | tree |
2025-01-16 |
Michael Paquier | Rework macro pgstat_is_ioop_tracked_in_bytes() |
commit | commitdiff | tree |
2025-01-16 |
Nathan Bossart | Convert libpgport's pqsignal() to a void function. |
commit | commitdiff | tree |
2025-01-16 |
Nathan Bossart | Avoid calling pqsignal() with invalid signals on Window... |
commit | commitdiff | tree |
2025-01-16 |
Tom Lane | Seek zone abbreviations in the IANA data before timezon... |
commit | commitdiff | tree |
2025-01-16 |
Tom Lane | Make pg_interpret_timezone_abbrev() check sp->defaultty... |
commit | commitdiff | tree |
2025-01-16 |
Peter Geoghegan | Fix nbtree contradictory array element comment. |
commit | commitdiff | tree |
2025-01-16 |
Γlvaro Herrera | Split ATExecValidateConstraint into reusable pieces |
commit | commitdiff | tree |
2025-01-16 |
Dean Rasheed | Add OLD/NEW support to RETURNING in DML queries. |
commit | commitdiff | tree |
2025-01-16 |
Peter Eisentraut | Remove dead code |
commit | commitdiff | tree |
2025-01-16 |
Peter Eisentraut | refactor: split ATExecAlterConstrRecurse() |
commit | commitdiff | tree |
2025-01-16 |
Peter Eisentraut | Fix error handling of pg_b64_decode() |
commit | commitdiff | tree |
2025-01-16 |
Peter Eisentraut | Check return of pg_b64_encode() for error |
commit | commitdiff | tree |
2025-01-16 |
Amit Kapila | Doc: Improve the Replica Identity information. |
commit | commitdiff | tree |
2025-01-16 |
Michael Paquier | Move routines to manipulate WAL into PostgreSQL::Test... |
commit | commitdiff | tree |
2025-01-15 |
Peter Eisentraut | Fix cpluspluscheck for "Change gist stratnum function... |
commit | commitdiff | tree |
2025-01-15 |
Melanie Plageman | Add more general summary to vacuumlazy.c |
commit | commitdiff | tree |
2025-01-15 |
Peter Eisentraut | Add a bit of documentation related to IWYU |
commit | commitdiff | tree |
2025-01-15 |
Peter Eisentraut | IWYU pragmas for catalog headers |
commit | commitdiff | tree |
2025-01-15 |
Peter Eisentraut | IWYU widely useful pragmas |
commit | commitdiff | tree |
2025-01-15 |
Peter Eisentraut | postgres_fdw: SCRAM authentication pass-through |
commit | commitdiff | tree |
2025-01-15 |
Peter Eisentraut | Downgrade error in object_aclmask_ext() to internal |
commit | commitdiff | tree |
2025-01-15 |
Peter Eisentraut | Downgrade errors in object_ownercheck() to internal |
commit | commitdiff | tree |
2025-01-15 |
Peter Eisentraut | Drop warning-free support for Flex 2.5.35 |
commit | commitdiff | tree |
2025-01-15 |
Peter Eisentraut | Change gist stratnum function to use CompareType |
commit | commitdiff | tree |
2025-01-15 |
Peter Eisentraut | Rename RowCompareType to CompareType |
commit | commitdiff | tree |
2025-01-14 |
Tom Lane | Avoid symbol collisions between pqsignal.c and legacy... |
commit | commitdiff | tree |
2025-01-14 |
Melanie Plageman | Synchronize guc_tables.c categories with vacuum docs... |
commit | commitdiff | tree |
2025-01-14 |
Dean Rasheed | psql: Add option to use expanded mode to all list commands. |
commit | commitdiff | tree |
2025-01-14 |
Fujii Masao | ecpg: Restore detection of unsupported COPY FROM STDIN. |
commit | commitdiff | tree |
2025-01-14 |
Dean Rasheed | Consistently spell "leakproof" without a hyphen. |
commit | commitdiff | tree |
2025-01-14 |
Dean Rasheed | psql: Add leakproof indicator to \df+, \do+, \dAo+... |
commit | commitdiff | tree |
2025-01-14 |
Heikki Linnakangas | Fix catcache invalidation of a list entry that's being... |
commit | commitdiff | tree |
2025-01-14 |
Michael Paquier | Bump PGSTAT_FILE_FORMAT_ID |
commit | commitdiff | tree |
2025-01-14 |
Michael Paquier | Fix potential integer overflow in bringetbitmap() |
commit | commitdiff | tree |
2025-01-14 |
Michael Paquier | Move information about pgstats kinds into its own heade... |
commit | commitdiff | tree |
2025-01-14 |
Michael Paquier | Remove assertion in pgstat_count_io_op() |
commit | commitdiff | tree |
2025-01-14 |
Michael Paquier | Make pg_stat_io count IOs as bytes instead of blocks... |
commit | commitdiff | tree |
2025-01-13 |
Jeff Davis | Revert "TupleHashTable: store additional data along... |
commit | commitdiff | tree |
2025-01-13 |
Melanie Plageman | Reorder vacuum GUCs in postgresql.conf.sample to match... |
commit | commitdiff | tree |
2025-01-13 |
Peter Geoghegan | Add BTOPTIONS_PROC comments to nbtree.h. |
commit | commitdiff | tree |
2025-01-13 |
Peter Geoghegan | Move nbtree preprocessing into new .c file. |
commit | commitdiff | tree |
2025-01-13 |
Nathan Bossart | Add commit 6e826278f1 to .git-blame-ignore-revs. |
commit | commitdiff | tree |
2025-01-13 |
Richard Guo | Fix pgindent damage |
commit | commitdiff | tree |
2025-01-12 |
Daniel Gustafsson | Fix HBA option count |
commit | commitdiff | tree |
2025-01-12 |
Dean Rasheed | Fix JsonExpr deparsing to quote variable names in the... |
commit | commitdiff | tree |
2025-01-12 |
Dean Rasheed | Fix XMLTABLE() deparsing to quote namespace names if... |
commit | commitdiff | tree |
2025-01-11 |
Tom Lane | Repair memory leaks in plpython. |
commit | commitdiff | tree |
2025-01-11 |
Peter Eisentraut | Add support for NOT ENFORCED in CHECK constraints |
commit | commitdiff | tree |
2025-01-11 |
Tatsuo Ishii | Fix a compiler warning in initStringInfo(). |
commit | commitdiff | tree |
2025-01-11 |
Jeff Davis | Fix redefinition of type in commit e0ece2a981. |
commit | commitdiff | tree |
2025-01-11 |
Jeff Davis | TupleHashTable: store additional data along with tuple. |
commit | commitdiff | tree |
2025-01-11 |
David Rowley | Make verify_compact_attribute available in non-assert... |
commit | commitdiff | tree |
next |