users/rhaas/postgres.git
2023-07-12 Peter EisentrautRemove obsolete comment about OID support
2023-07-12 Peter EisentrautAllow some exclusion constraints on partitions
2023-07-11 Thomas MunroDoc: Adjust libpq docs about thread safety.
2023-07-11 Thomas MunroRemove --disable-thread-safety and related code.
2023-07-11 Michael Paquierpgbench: Move constant into format string
2023-07-11 Masahiko SawadaReport index vacuum progress.
2023-07-11 Masahiko SawadaAdd new parallel message type to progress reporting.
2023-07-11 Amit KapilaAdd BEGIN/COMMIT for transactional messages during...
2023-07-10 Thomas MunroDon't expose Windows' mbstowcs_l() and wcstombs_l().
2023-07-10 Tom LaneBe more rigorous about local variables in PostgresMain().
2023-07-10 Peter EisentrautFix pgindent
2023-07-10 Peter EisentrautMessage wording improvements
2023-07-10 Michael PaquierAdd more sanity checks with callers of changeDependency...
2023-07-10 Michael PaquierFix ALTER EXTENSION SET SCHEMA with objects outside...
2023-07-09 Peter Eisentrautdoc: Use proper markup for emphasis
2023-07-09 Peter Eisentrautdoc: Move DEFAULT parameter on COPY reference page
2023-07-09 Peter EisentrautRemove unnecessary unbind in LDAP search+bind mode
2023-07-09 Thomas MunroRename port/thread.c to port/user.c.
2023-07-09 David RowleyDoc: update old reference to "result cache"
2023-07-09 Thomas MunroRemove obsolete comment and code from fe-auth.c.
2023-07-08 Thomas MunroAll supported systems have locale_t.
2023-07-08 Andrew DunstanFix tmpdir issues with commit e213de8e78
2023-07-08 Andrew DunstanUse shorter location for pg_replslot in pg_basebackup...
2023-07-08 Peter EisentrautFix Perl warning
2023-07-08 Peter EisentrautMake some indentation in gram.y consistent
2023-07-07 Jeff Davistest_extensions: sync meson.build with Makefile.
2023-07-07 Nathan BossartRevert MAINTAIN privilege and pg_maintain predefined...
2023-07-07 Tomas VondraDocument relaxed HOT for summarizing indexes
2023-07-07 Michael PaquierFix some comments in ./configure and meson setup files
2023-07-06 Daniel Gustafssonpg_regress: Remove unused variable
2023-07-06 Andres FreundFix type of iterator variable in SH_START_ITERATE
2023-07-06 Andrew DunstanSkip pg_baseback long filename test if path too long...
2023-07-06 Heikki LinnakangasWAL-log the creation of the init fork of unlogged indexes.
2023-07-06 Amit KapilaFix code indentation vioaltion introduced in commit...
2023-07-06 Michael PaquierAdd GUC parameter "huge_pages_status"
2023-07-06 Michael PaquierAdd newline at the end of header generated by generate...
2023-07-06 Amit KapilaRevert the commits related to allowing page lock to...
2023-07-05 Michael PaquierHandle \v as a whitespace character in parsers
2023-07-05 Heikki LinnakangasFix leak of LLVM "fatal-on-oom" section counter.
2023-07-05 Peter Eisentrautpg_waldump: Add test case for notice message
2023-07-05 Peter Eisentrautpg_waldump: Add more tests
2023-07-05 Heikki LinnakangasChange example in pgindent README on "/*-----" comments.
2023-07-05 Daniel GustafssonRename EVT cache hash to make context name unique
2023-07-05 Masahiko Sawadapgstat: fix subscription stats entry leak.
2023-07-05 Peter EisentrautClean up command argument assembly
2023-07-05 Michael PaquierGenerate automatically code and documentation related...
2023-07-04 Daniel GustafssonFix assertion failure in snapshot building
2023-07-04 Heikki LinnakangasEnsure that creation of an empty relfile is fsync'd...
2023-07-04 Peter EisentrautRemove incidental md5() function uses from several...
2023-07-04 David RowleyAllow Incremental Sorts on GiST and SP-GiST indexes
2023-07-04 Michael Paquierlibpq: Add support for Close on portals and statements
2023-07-04 Thomas MunroRe-bin segment when memory pages are freed.
2023-07-04 David RowleyRemove trailing zero words from Bitmapsets
2023-07-03 Michael PaquierFix regression tests of unaccent to work without UTF8...
2023-07-03 Michael PaquierShow information about flex (version and command path...
2023-07-03 Nathan BossartIncrease size of bgw_library_name.
2023-07-03 Thomas MunroFix race in SSI interaction with gin fast path.
2023-07-03 Thomas MunroFix race in SSI interaction with bitmap heap scan.
2023-07-03 Thomas MunroFix race in SSI interaction with empty btrees.
2023-07-03 Nathan BossartDon't truncate database and user names in startup packets.
2023-07-03 Tomas VondraConsider fillfactor when estimating relation size
2023-07-03 Tomas VondraRemove expensive test of postgres_fdw batch inserts
2023-07-03 Andrew DunstanImprove pg_basebackup long file name test Windows robus...
2023-07-03 Tomas VondraFix code indentation violations
2023-07-03 Peter EisentrautA minor simplification for List manipulation
2023-07-03 Heikki LinnakangasUpdate PG_CACHE_LINE_SIZE description.
2023-07-03 Peter Eisentrautcirrus/freebsd: define ENFORCE_REGRESSION_TEST_NAME_RES...
2023-07-03 Peter EisentrautTake pg_attribute out of VacAttrStats
2023-07-03 Peter EisentrautAdd macro for maximum statistics target
2023-07-03 Peter EisentrautChange type of pg_statistic_ext.stxstattarget
2023-07-03 Michael PaquierRemove support for OpenSSL 1.0.1
2023-07-03 Michael PaquierRefactor some code related to wait events "BufferPin...
2023-07-03 Michael PaquierMake PG_TEST_NOCLEAN work for temporary directories...
2023-07-03 David RowleyRemove redundant PARTITION BY columns from WindowClauses
2023-07-02 Thomas MunroSilence "missing contrecord" error.
2023-07-02 Tomas VondraFix oversight in handling of modifiedCols since f24523672d
2023-07-02 Tomas VondraFix memory leak in Incremental Sort rescans
2023-07-02 Tomas VondraImprove BRIN minmax-multi opclass test coverage
2023-07-02 Tomas VondraIntroduce bloom_filter_size for BRIN bloom opclass
2023-07-02 Tomas VondraMinor cleanups in the BRIN code
2023-07-02 Thomas MunroTrust signalfd on illumos, again.
2023-07-01 Noah MischFix test of pg_stat_io for wal_level=minimal.
2023-06-30 Heikki LinnakangasRemove redundant check for fast_forward.
2023-06-30 Heikki LinnakangasImprove comment on why we need ctid->(cmin,cmax) mapping.
2023-06-30 Amit LangoteAdd a test case for a316a3bc
2023-06-30 Michael PaquierIntroduce long options in pg_archivecleanup
2023-06-30 Michael PaquierFix marking of indisvalid for partitioned indexes at...
2023-06-30 Michael PaquierAdd tab completion for CREATE SCHEMA in psql
2023-06-30 Michael PaquierUse named captures in Catalog::ParseHeader()
2023-06-29 Tom LaneStamp HEAD as 17devel.
2023-06-29 Michael PaquierFix pg_depend entry to AMs after ALTER TABLE .. SET...
2023-06-29 Andres Freundmeson: Remove redundant return code check
2023-06-29 Tom LaneDefend against bogus parameterization of join input...
2023-06-29 Tom LaneFix order of operations in ExecEvalFieldStoreDeForm().
2023-06-29 Peter Eisentrautmeson: Fix intl misspelling
2023-06-29 Peter Eisentrautmeson: Use a better error message in an impossible...
2023-06-29 Peter Eisentrautmeson: Make some Meson style more consistent with surro...
2023-06-29 Peter Eisentrautmeson: Fix some grammar usage in Meson comments
2023-06-29 Peter Eisentrautmeson: Mention the correct way to disable readline...
2023-06-29 Peter Eisentrautmeson: Remove old comment
next