2025-01-19 |
Tom Lane | Remove PrintBufferDescs() and PrintPinnedBufs(). master |
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 |
2025-01-10 |
Tatsuo Ishii | Add new StringInfo APIs to allow callers to specify... |
commit | commitdiff | tree |
2025-01-10 |
Melanie Plageman | Consolidate docs for vacuum-related GUCs in new subsection |
commit | commitdiff | tree |
2025-01-10 |
Daniel Gustafsson | Fix missing ldapscheme option in pg_hba_file_rules() |
commit | commitdiff | tree |
2025-01-10 |
Peter Geoghegan | Fix obsolete nbtree README left link remarks. |
commit | commitdiff | tree |
2025-01-10 |
Nathan Bossart | Use a non-locking initial test in TAS_SPIN on AArch64. |
commit | commitdiff | tree |
2025-01-10 |
Andres Freund | postmaster: Rename some shutdown related PMState phase... |
commit | commitdiff | tree |
2025-01-10 |
Andres Freund | postmaster: Make btmask_add() variadic |
commit | commitdiff | tree |
2025-01-10 |
Andres Freund | postmaster: Introduce variadic btmask_all_except() |
commit | commitdiff | tree |
2025-01-10 |
Andres Freund | postmaster: Improve logging of signals sent by postmaster |
commit | commitdiff | tree |
2025-01-10 |
Andres Freund | postmaster: Update pmState via a wrapper function |
commit | commitdiff | tree |
2025-01-10 |
Γlvaro Herrera | Adjust signature of cluster_rel() and its subroutines |
commit | commitdiff | tree |
2025-01-10 |
David Rowley | Fix UNION planner datatype issue |
commit | commitdiff | tree |
2025-01-10 |
Michael Paquier | Merge pgstat_count_io_op_n() and pgstat_count_io_op() |
commit | commitdiff | tree |
2025-01-10 |
Michael Paquier | Refactor some code related to backend statistics |
commit | commitdiff | tree |
2025-01-09 |
Nathan Bossart | Fix an ALTER GROUP ... DROP USER error message. |
commit | commitdiff | tree |
2025-01-09 |
Tom Lane | Use @extschema:name@ notation in contrib transform... |
commit | commitdiff | tree |
2025-01-09 |
Γlvaro Herrera | Simplify signature of RewriteTable |
commit | commitdiff | tree |
2025-01-09 |
Fujii Masao | doc: Clarify synchronous_standby_names parameter. |
commit | commitdiff | tree |
2025-01-09 |
Γlvaro Herrera | Fix SLRU bank selection code |
commit | commitdiff | tree |
2025-01-09 |
Thomas Munro | Fix off_t overflow in pg_basebackup on Windows. |
commit | commitdiff | tree |
2025-01-09 |
Thomas Munro | Provide 64-bit ftruncate() and lseek() on Windows. |
commit | commitdiff | tree |
2025-01-08 |
Jeff Davis | Fix duplicate typedef from commit a2f17f004d. |
commit | commitdiff | tree |
2025-01-08 |
Jeff Davis | Control collation behavior with a method table. |
commit | commitdiff | tree |
2025-01-08 |
Jeff Davis | Move code for collation version into provider-specific... |
commit | commitdiff | tree |
2025-01-08 |
Tom Lane | Disallow NAMEDTUPLESTORE RTEs in stored views, rules... |
commit | commitdiff | tree |
2025-01-08 |
Andrew Dunstan | Set exit status for pgindent if pg_bsd_indent fails |
commit | commitdiff | tree |
2025-01-08 |
Peter Eisentraut | plpgsql: pure parser and reentrant scanner |
commit | commitdiff | tree |
2025-01-08 |
Peter Eisentraut | Remove useless function declaration |
commit | commitdiff | tree |
2025-01-08 |
Michael Paquier | pg_freespacemap: Fix declaration of pg_freespace(regclass) |
commit | commitdiff | tree |
2025-01-07 |
Jeff Davis | ExecInitAgg: update aggstate->numaggs and ->numtrans... |
commit | commitdiff | tree |
2025-01-07 |
Jeff Davis | nodeSetOp.c: missing additionalsize for BuildTupleHashT... |
commit | commitdiff | tree |
2025-01-07 |
Jeff Davis | Remove unused TupleHashTableData->entrysize. |
commit | commitdiff | tree |
2025-01-07 |
Jeff Davis | Add missing typedefs.list entry for AggStatePerGroupData. |
commit | commitdiff | tree |
2025-01-07 |
Nathan Bossart | Use PqMsg_* macros in postgres.c. |
commit | commitdiff | tree |
next |