2024-08-09 |
Tom Lane | Fix "failed to find plan for subquery/CTE" errors in... |
commit | commitdiff | tree |
2024-08-09 |
Peter Eisentraut | Remove obsolete RECHECK keyword completely |
commit | commitdiff | tree |
2024-08-09 |
Amit Kapila | Change the misleading local end_lsn for prepared transa... |
commit | commitdiff | tree |
2024-08-09 |
Alvaro Herrera | libpq: Add suppress argument to pqTraceOutputNchar |
commit | commitdiff | tree |
2024-08-08 |
Alvaro Herrera | Refuse ATTACH of a table referenced by a foreign key |
commit | commitdiff | tree |
2024-08-08 |
Alvaro Herrera | Refactor error messages to reduce duplication |
commit | commitdiff | tree |
2024-08-08 |
Alexander Korotkov | Add a caveat to hash_seq_init_with_hash_value() header... |
commit | commitdiff | tree |
2024-08-08 |
Heikki Linnakangas | Fix pg_rewind debug output to print the source timeline... |
commit | commitdiff | tree |
2024-08-07 |
Noah Misch | Fix names of "Visual Studio" and Meson in a documentati... |
commit | commitdiff | tree |
2024-08-07 |
Tom Lane | Fix edge case in plpgsql's make_callstmt_target(). |
commit | commitdiff | tree |
2024-08-07 |
Alvaro Herrera | Refactor/reword some error messages to avoid duplicates |
commit | commitdiff | tree |
2024-08-07 |
Robert Haas | Improve file header comments for astramer code. |
commit | commitdiff | tree |
2024-08-07 |
Heikki Linnakangas | Make fallback MD5 implementation thread-safe on big... |
commit | commitdiff | tree |
2024-08-07 |
Peter Eisentraut | Revert ECPG's use of pnstrdup() |
commit | commitdiff | tree |
2024-08-07 |
Alexander Korotkov | Optimize InvalidateAttoptCacheCallback() and TypeCacheT... |
commit | commitdiff | tree |
2024-08-07 |
Alexander Korotkov | Introduce hash_search_with_hash_value() function |
commit | commitdiff | tree |
2024-08-06 |
Heikki Linnakangas | Use psprintf to simplify gtsvectorout() |
commit | commitdiff | tree |
2024-08-06 |
Heikki Linnakangas | Constify fields and parameters in spell.c |
commit | commitdiff | tree |
2024-08-06 |
Heikki Linnakangas | Mark misc static global variables as const |
commit | commitdiff | tree |
2024-08-06 |
Heikki Linnakangas | Make nullSemAction const, add 'const' decorators to... |
commit | commitdiff | tree |
2024-08-06 |
Heikki Linnakangas | Turn a few 'validnsps' static variables into locals |
commit | commitdiff | tree |
2024-08-06 |
Jeff Davis | selfuncs.c: use pg_strxfrm() instead of strxfrm(). |
commit | commitdiff | tree |
2024-08-06 |
Heikki Linnakangas | Fix datatypes in comments in instr_time.h |
commit | commitdiff | tree |
2024-08-06 |
Heikki Linnakangas | Revert "Fix comments in instr_time.h and remove an... |
commit | commitdiff | tree |
2024-08-06 |
Tom Lane | Allow parallel workers to cope with a newly-created... |
commit | commitdiff | tree |
2024-08-06 |
Tom Lane | Clean up handling of client_encoding GUC in parallel... |
commit | commitdiff | tree |
2024-08-06 |
Nathan Bossart | Remove volatile qualifiers from pg_stat_statements.c. |
commit | commitdiff | tree |
2024-08-06 |
Heikki Linnakangas | Fix comments in instr_time.h and remove an unneeded... |
commit | commitdiff | tree |
2024-08-06 |
Michael Paquier | Remove unnecessary declaration of heapam_methods |
commit | commitdiff | tree |
2024-08-06 |
Jeff Davis | Remove support for null pg_locale_t most places. |
commit | commitdiff | tree |
2024-08-05 |
Robert Haas | Move astreamer (except astreamer_inject) to fe_utils. |
commit | commitdiff | tree |
2024-08-05 |
Robert Haas | Move recovery injector astreamer to a separate header... |
commit | commitdiff | tree |
2024-08-05 |
Robert Haas | Rename bbstreamer to astreamer. |
commit | commitdiff | tree |
2024-08-05 |
Masahiko Sawada | Restrict accesses to non-system views and foreign table... |
commit | commitdiff | tree |
2024-08-05 |
David Rowley | Optimize JSON escaping using SIMD |
commit | commitdiff | tree |
2024-08-05 |
Amit Kapila | Fix typo in bufpage.h. |
commit | commitdiff | tree |
2024-08-05 |
Michael Paquier | injection_points: Add some fixed-numbered statistics |
commit | commitdiff | tree |
2024-08-05 |
Michael Paquier | injection_points: Add some cumulative stats for injecti... |
commit | commitdiff | tree |
2024-08-05 |
Michael Paquier | Add helper routines to retrieve data for custom fixed... |
commit | commitdiff | tree |
2024-08-04 |
Alexander Korotkov | pg_wal_replay_wait(): Fix typo in the doc |
commit | commitdiff | tree |
2024-08-04 |
Michael Paquier | Introduce pluggable APIs for Cumulative Statistics |
commit | commitdiff | tree |
2024-08-04 |
Peter Eisentraut | Use CXXFLAGS instead of CFLAGS for linking C++ code |
commit | commitdiff | tree |
2024-08-03 |
Michael Paquier | Fix incorrect format placeholders in pgstat.c |
commit | commitdiff | tree |
2024-08-03 |
Peter Eisentraut | Add -Wmissing-variable-declarations to the standard... |
commit | commitdiff | tree |
2024-08-02 |
Jeff Davis | Small refactoring around ExecCreateTableAs(). |
commit | commitdiff | tree |
2024-08-02 |
Noah Misch | Fix name of "Visual Studio" in documentation. |
commit | commitdiff | tree |
2024-08-02 |
Alexander Korotkov | Implement pg_wal_replay_wait() stored procedure |
commit | commitdiff | tree |
2024-08-02 |
Alvaro Herrera | Fix NLS file reference in pg_createsubscriber |
commit | commitdiff | tree |
2024-08-02 |
Alvaro Herrera | pg_createsubscriber: Fix bogus error message |
commit | commitdiff | tree |
2024-08-02 |
Peter Eisentraut | Include bison header files into implementation files |
commit | commitdiff | tree |
2024-08-01 |
Heikki Linnakangas | Minor refactoring of assign_backendlist_entry() |
commit | commitdiff | tree |
2024-08-01 |
Heikki Linnakangas | Fix outdated comment; all running bgworkers are in... |
commit | commitdiff | tree |
2024-08-01 |
Michael Paquier | Switch PgStat_Kind from an enum to a uint32 type |
commit | commitdiff | tree |
2024-08-01 |
Michael Paquier | Add redo LSN to pgstats files |
commit | commitdiff | tree |
2024-08-01 |
Peter Eisentraut | Convert some extern variables to static, Windows code |
commit | commitdiff | tree |
2024-08-01 |
Peter Eisentraut | Convert an extern variable to static |
commit | commitdiff | tree |
2024-08-01 |
Peter Eisentraut | pg_createsubscriber: Rename option --socket-directory... |
commit | commitdiff | tree |
2024-08-01 |
Etsuro Fujita | Update comment in portal.h. |
commit | commitdiff | tree |
2024-08-01 |
Peter Eisentraut | Convert node test compile-time settings into run-time... |
commit | commitdiff | tree |
2024-08-01 |
Amit Kapila | Avoid duplicate table scans for cross-partition updates... |
commit | commitdiff | tree |
2024-08-01 |
Andres Freund | Evaluate arguments of correlated SubPlans in the refere... |
commit | commitdiff | tree |
2024-08-01 |
Tom Lane | Revert "Allow parallel workers to cope with a newly... |
commit | commitdiff | tree |
2024-07-31 |
Jeff Davis | Add is_create parameter to RefreshMatviewByOid(). |
commit | commitdiff | tree |
2024-07-31 |
Jeff Davis | Remove unused ParamListInfo argument from ExecRefreshMa... |
commit | commitdiff | tree |
2024-07-31 |
Tom Lane | Allow parallel workers to cope with a newly-created... |
commit | commitdiff | tree |
2024-07-31 |
Nathan Bossart | Improve performance of dumpSequenceData(). |
commit | commitdiff | tree |
2024-07-31 |
Nathan Bossart | Introduce pg_sequence_read_tuple(). |
commit | commitdiff | tree |
2024-07-31 |
Nathan Bossart | Improve performance of dumpSequence(). |
commit | commitdiff | tree |
2024-07-31 |
Nathan Bossart | Parse sequence type and integer metadata in dumpSequence(). |
commit | commitdiff | tree |
2024-07-31 |
David Rowley | Doc: mention executor memory usage for enable_partition... |
commit | commitdiff | tree |
2024-07-31 |
Peter Eisentraut | Add API and ABI stability guidance to the C language... |
commit | commitdiff | tree |
2024-07-31 |
Peter Eisentraut | doc: Avoid too prominent use of "backup" on pg_dump... |
commit | commitdiff | tree |
2024-07-31 |
Peter Eisentraut | Make building with LTO work on macOS |
commit | commitdiff | tree |
2024-07-31 |
Amit Kapila | Fix random failure in 021_twophase. |
commit | commitdiff | tree |
2024-07-30 |
Jeff Davis | Relax check for return value from second call of pg_str... |
commit | commitdiff | tree |
2024-07-30 |
Heikki Linnakangas | Refactor getWeights to write to caller-supplied buffer |
commit | commitdiff | tree |
2024-07-30 |
Heikki Linnakangas | Replace static buf with a stack-allocated one in 'seg... |
commit | commitdiff | tree |
2024-07-30 |
Heikki Linnakangas | Replace static buf with a stack-allocated one in ReadCo... |
commit | commitdiff | tree |
2024-07-30 |
Heikki Linnakangas | Replace static buf with palloc in str_time() |
commit | commitdiff | tree |
2024-07-30 |
Heikki Linnakangas | Replace static bufs with a StringInfo in cash_words() |
commit | commitdiff | tree |
2024-07-30 |
Heikki Linnakangas | Remove leftover function declaration |
commit | commitdiff | tree |
2024-07-30 |
Andrew Dunstan | Preserve tz when converting to jsonb timestamptz |
commit | commitdiff | tree |
2024-07-30 |
Thomas Munro | Remove spinlocks and atomics from meson_options.txt. |
commit | commitdiff | tree |
2024-07-30 |
Thomas Munro | Remove useless member of BackendParameters. |
commit | commitdiff | tree |
2024-07-30 |
Thomas Munro | Require memory barrier support. |
commit | commitdiff | tree |
2024-07-30 |
Thomas Munro | Require compiler barrier support. |
commit | commitdiff | tree |
2024-07-30 |
Thomas Munro | Remove --disable-atomics, require 32 bit atomics. |
commit | commitdiff | tree |
2024-07-30 |
Thomas Munro | Remove --disable-spinlocks. |
commit | commitdiff | tree |
2024-07-30 |
Peter Eisentraut | pg_createsubscriber: Remove obsolete comment |
commit | commitdiff | tree |
2024-07-30 |
Andrew Dunstan | Stabilize xid_wraparound tests |
commit | commitdiff | tree |
2024-07-30 |
Amit Kapila | pg_createsubscriber: Fix an unpredictable recovery... |
commit | commitdiff | tree |
2024-07-30 |
David Rowley | Disallow setting MAX_PARTITION_BUFFERS to less than 2 |
commit | commitdiff | tree |
2024-07-30 |
Jeff Davis | Make collation not depend on setlocale(). |
commit | commitdiff | tree |
2024-07-30 |
Richard Guo | Fix partitionwise join with partially-redundant join... |
commit | commitdiff | tree |
2024-07-30 |
Richard Guo | Refactor the checks for parameterized partial paths |
commit | commitdiff | tree |
2024-07-30 |
Richard Guo | Short-circuit sort_inner_and_outer if there are no... |
commit | commitdiff | tree |
2024-07-30 |
Michael Paquier | Add more debugging information when failing to read... |
commit | commitdiff | tree |
2024-07-30 |
Amit Langote | SQL/JSON: Fix casting for integer EXISTS columns in... |
commit | commitdiff | tree |
2024-07-30 |
Amit Langote | SQL/JSON: Some fixes to JsonBehavior expression casting |
commit | commitdiff | tree |
2024-07-29 |
Jeff Davis | Do not return NULL from pg_newlocale_from_collation(). |
commit | commitdiff | tree |
next |