Commit Graph

61926 Commits (ed0736172170bdae800b28e3555241b82854f09f)
 

Author SHA1 Message Date
Tom Lane ed07361721 Don't leak memory during failure exit from SelectConfigFiles(). 4 months ago
Heikki Linnakangas 4ec6e22b43 Fix LSN format in debug message 4 months ago
Michael Paquier 6304256e79 Fix compilation warning with SerializeClientConnectionInfo() 4 months ago
Fujii Masao e9a31c0cc6 Revert logical snapshot filename format change in SnapBuildSnapshotExists(). 5 months ago
Fujii Masao 12f3639ee7 Fix incorrect LSN format in comment. 5 months ago
Tom Lane ee54046601 Grab the low-hanging fruit from forcing USE_FLOAT8_BYVAL to true. 5 months ago
Tom Lane 6aebedc384 Grab the low-hanging fruit from forcing sizeof(Datum) to 8. 5 months ago
Tom Lane 2a600a93c7 Make type Datum be 8 bytes wide everywhere. 5 months ago
Andres Freund 66f8765c53 ci: windows: Stop using DEBUG:FASTLINK 5 months ago
Andres Freund 377b7ab145 Add very basic test for kill_prior_tuples 5 months ago
Tom Lane 21fddb3d76 Don't treat EINVAL from semget() as a hard failure. 5 months ago
Peter Eisentraut 05f506a515 Adjust some table column widths in PDF 5 months ago
Peter Eisentraut 37e06ba6e8 Improve PDF documentation margins 5 months ago
Peter Eisentraut 8081e54bc5 Clean up order in stylesheete-fo.xsl 5 months ago
Michael Paquier 783cbb6d5e postgres_fdw: Fix tests with ANALYZE and remote sampling 5 months ago
Peter Eisentraut 5f19d13dfe libpq: Set LDAP protocol version 3 5 months ago
Andres Freund b227b0bb4e Reduce ExecSeqScan* code size using pg_assume() 5 months ago
Andres Freund 01d6832c10 meson: add and use stamp files for generated headers 5 months ago
Nathan Bossart 71ea0d6795 Restrict psql meta-commands in plain-text dumps. 5 months ago
Noah Misch 70693c645f Convert newlines to spaces in names written in v11+ pg_dump comments. 5 months ago
Dean Rasheed 22424953cd Fix security checks in selectivity estimation functions. 5 months ago
Thomas Munro b421223172 Fix rare bug in read_stream.c's split IO handling. 5 months ago
Tom Lane 665c3dbba4 Mop-up for Datum conversion cleanups. 5 months ago
Peter Eisentraut ff89e182d4 Add missing Datum conversions 5 months ago
Peter Eisentraut dcfc0f8912 Remove useless/superfluous Datum conversions 5 months ago
Peter Eisentraut 138750dde4 postgres_fdw and dblink should check if backend has MyProcPort 5 months ago
Jacob Champion ebaaf386ad Revert "oauth: Add unit tests for multiplexer handling" 5 months ago
Jacob Champion 1443b6c0ea oauth: Add unit tests for multiplexer handling 5 months ago
Jacob Champion 3e311664e4 oauth: Track total call count during a client flow 5 months ago
Jacob Champion 1749a12f0d oauth: Remove expired timers from the multiplexer 5 months ago
Jacob Champion 3d9c03429a oauth: Ensure unused socket registrations are removed 5 months ago
Jacob Champion ff5b0824b3 oauth: Remove stale events from the kqueue multiplexer 5 months ago
Thomas Munro b5cd74612c Remove obsolete comment. 5 months ago
Peter Eisentraut fd2ab03fea Fix incorrect lack of Datum conversion in _int_matchsel() 5 months ago
Etsuro Fujita 9e63f83a7e Fix oversight in FindTriggerIncompatibleWithInheritance. 5 months ago
Fujii Masao 85ccd7e30a pg_dump: Fix incorrect parsing of object types in pg_dump --filter. 5 months ago
Etsuro Fujita 62a1211d33 Disallow collecting transition tuples from child foreign tables. 5 months ago
Michael Paquier 84b32fd228 Add information about "generation" when dropping twice pgstats entry 5 months ago
Jacob Champion 4ae03be547 meson: Fix install-quiet after clean 5 months ago
Tom Lane 04b7ff3cd3 doc: add float as an alias for double precision. 5 months ago
Dean Rasheed d699687b32 Extend int128.h to support more numeric code. 5 months ago
Peter Eisentraut 0ef891e541 doc: Formatting improvements 5 months ago
Alexander Korotkov 466c5435fd Fix checkpointer shared memory allocation 5 months ago
John Naylor 90bfae9f93 Update ICU C++ API symbols 5 months ago
Peter Eisentraut 1beda2c3cf pg_upgrade: Improve message indentation 5 months ago
Dean Rasheed d8a08dbee4 Simplify non-native 64x64-bit multiplication in int128.h. 5 months ago
Dean Rasheed d9bb8ef093 Optimise non-native 128-bit addition in int128.h. 5 months ago
Michael Paquier 572c0f1b0e Improve tests of date_trunc() with infinity and unsupported units 5 months ago
Michael Paquier 2242b26ce4 Fix incorrect Datum conversion in timestamptz_trunc_internal() 5 months ago
Nathan Bossart 9ea3b6f751 Expand usage of macros for protocol characters. 5 months ago