projects
/
users
/
rhaas
/
postgres.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
users/rhaas/postgres.git
2024-08-15
Nathan Bossart
Remove dependence on -fwrapv semantics in a few places.
commit
|
commitdiff
|
tree
2024-08-15
Tom Lane
Add 97add39c0 to .git-blame-ignore-revs.
commit
|
commitdiff
|
tree
2024-08-15
Tom Lane
Clean up indentation and whitespace inconsistencies...
commit
|
commitdiff
|
tree
2024-08-15
Robert Haas
Do not hardcode PG_PROTOCOL_LATEST in NegotiateProtocol...
commit
|
commitdiff
|
tree
2024-08-15
Dean Rasheed
Optimise numeric multiplication using base-NBASE^2...
commit
|
commitdiff
|
tree
2024-08-15
Dean Rasheed
Extend mul_var_short() to 5 and 6-digit inputs.
commit
|
commitdiff
|
tree
2024-08-15
Peter Eisentraut
Variable renaming in dbcommands.c
commit
|
commitdiff
|
tree
2024-08-15
Jeff Davis
Fix doc typo: unicode_assigned() return type.
commit
|
commitdiff
|
tree
2024-08-15
David Rowley
Improve ALTER PUBLICATION validation and error messages
commit
|
commitdiff
|
tree
2024-08-14
Nathan Bossart
Add a couple of recent commits to .git-blame-ignore...
commit
|
commitdiff
|
tree
2024-08-14
Alvaro Herrera
libpq: Trace responses to SSLRequest and GSSENCRequest
commit
|
commitdiff
|
tree
2024-08-14
Peter Eisentraut
Apply PGDLLIMPORT markings to some GUC variables
commit
|
commitdiff
|
tree
2024-08-14
Peter Eisentraut
Remove TRACE_SORT macro
commit
|
commitdiff
|
tree
2024-08-14
Thomas Munro
Harmonize MinGW CODESET lookup with MSVC.
commit
|
commitdiff
|
tree
2024-08-14
Masahiko Sawada
Add resource statistics reporting to ANALYZE VERBOSE.
commit
|
commitdiff
|
tree
2024-08-14
Masahiko Sawada
Use pgBufferUsage for buffer usage tracking in analyze.
commit
|
commitdiff
|
tree
2024-08-13
Thomas Munro
Include <xlocale.h> for macOS, take II.
commit
|
commitdiff
|
tree
2024-08-13
Thomas Munro
Include <xlocale.h> for older macOS.
commit
|
commitdiff
|
tree
2024-08-13
Thomas Munro
Use thread-safe nl_langinfo_l(), not nl_langinfo().
commit
|
commitdiff
|
tree
2024-08-13
Thomas Munro
All POSIX systems have langinfo.h and CODESET.
commit
|
commitdiff
|
tree
2024-08-13
Peter Eisentraut
Use errmsg_internal for debug messages
commit
|
commitdiff
|
tree
2024-08-13
Peter Eisentraut
Rename C23 keyword
commit
|
commitdiff
|
tree
2024-08-12
Alvaro Herrera
libpq: Trace frontend authentication challenges
commit
|
commitdiff
|
tree
2024-08-12
Alvaro Herrera
Fix nls.mk to reflect astreamer files relocation
commit
|
commitdiff
|
tree
2024-08-12
Alvaro Herrera
Fix creation of partition descriptor during concurrent...
commit
|
commitdiff
|
tree
2024-08-12
Jeff Davis
Remove unnecessary check for NULL locale, per Coverity.
commit
|
commitdiff
|
tree
2024-08-12
Peter Geoghegan
Give nbtree move right function internal linkage.
commit
|
commitdiff
|
tree
2024-08-12
Tom Lane
Log more info when wait-for-catchup tests time out.
commit
|
commitdiff
|
tree
2024-08-12
Nathan Bossart
Add user-callable CRC functions.
commit
|
commitdiff
|
tree
2024-08-12
David Rowley
Fix outdated comments
commit
|
commitdiff
|
tree
2024-08-12
David Rowley
Fix a series of typos and outdated references
commit
|
commitdiff
|
tree
2024-08-12
Heikki Linnakangas
Fix bad indentation introduced in commit f011e82c2c
commit
|
commitdiff
|
tree
2024-08-12
Heikki Linnakangas
Consolidate postmaster code to launch background processes
commit
|
commitdiff
|
tree
2024-08-12
Peter Eisentraut
Remove dead code
commit
|
commitdiff
|
tree
2024-08-12
Peter Eisentraut
Remove fe_memutils from libpgcommon_shlib
commit
|
commitdiff
|
tree
2024-08-12
Peter Eisentraut
Remove support for old realpath() API
commit
|
commitdiff
|
tree
2024-08-12
David Rowley
Remove "parent" column from pg_backend_memory_contexts
commit
|
commitdiff
|
tree
2024-08-11
Peter Geoghegan
Avoid unneeded nbtree backwards scan buffer locks.
commit
|
commitdiff
|
tree
2024-08-11
Heikki Linnakangas
Initialize HASHCTL differently, to suppress Coverity...
commit
|
commitdiff
|
tree
2024-08-11
Tom Lane
Suppress Coverity warnings about Asserts in get_name_fo...
commit
|
commitdiff
|
tree
2024-08-10
Tom Lane
Allow adjusting session_authorization and role in paral...
commit
|
commitdiff
|
tree
2024-08-10
Alexander Korotkov
Add tests for pg_wal_replay_wait() errors
commit
|
commitdiff
|
tree
2024-08-10
Alexander Korotkov
Improve header comment for WaitLSNSetLatches()
commit
|
commitdiff
|
tree
2024-08-10
Alexander Korotkov
Adjust pg_wal_replay_wait() procedure behavior on promo...
commit
|
commitdiff
|
tree
2024-08-10
John Naylor
Lower minimum maintenance_work_mem to 64kB
commit
|
commitdiff
|
tree
2024-08-10
Peter Eisentraut
Fix inappropriate uses of atol()
commit
|
commitdiff
|
tree
2024-08-09
Alvaro Herrera
libpq: Trace StartupMessage/SSLRequest/GSSENCRequest...
commit
|
commitdiff
|
tree
2024-08-09
Heikki Linnakangas
Fix comment on processes being kept over a restart
commit
|
commitdiff
|
tree
2024-08-09
Heikki Linnakangas
Refactor code to handle death of a backend or bgworker...
commit
|
commitdiff
|
tree
2024-08-09
Heikki Linnakangas
Make BackgroundWorkerList doubly-linked
commit
|
commitdiff
|
tree
2024-08-09
Nathan Bossart
doc: Standardize use of dashes in references to CRC...
commit
|
commitdiff
|
tree
2024-08-09
Nathan Bossart
doc: Fix name of CRC algorithm in "Reliability" section.
commit
|
commitdiff
|
tree
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
next