Commit Graph

136 Commits (c70b6db34ffeab48beef1fb4ce61bcad3772b8dd)

Author SHA1 Message Date
Tom Lane 55527368bd Use PG_MODULE_MAGIC_EXT in our installable shared libraries. 6 months ago
Peter Geoghegan 0fbceae841 Show index search count in EXPLAIN ANALYZE, take 2. 6 months ago
Peter Eisentraut af4002b381 Rename amcancrosscompare 6 months ago
Peter Geoghegan d00107cd63 Revert "Show index search count in EXPLAIN ANALYZE." 6 months ago
Peter Geoghegan 5ead85fbc8 Show index search count in EXPLAIN ANALYZE. 6 months ago
Peter Eisentraut ce62f2f2a0 Generalize hash and ordering support in amapi 7 months ago
Nathan Bossart e5b0b0ce15 Add is_analyze parameter to vacuum_delay_point(). 7 months ago
Peter Eisentraut c09e5a6a01 Convert strategies to and from compare types 7 months ago
Peter Eisentraut 43493cceda Add get_opfamily_name() function 7 months ago
Peter Eisentraut 13a255c195 Fix copy-and-paste typo 8 months ago
Bruce Momjian 50e6eb731d Update copyright for 2025 8 months ago
Peter Eisentraut 7f798aca1d Remove useless casts to (void *) 10 months ago
Álvaro Herrera e6c32d9fad
Clean up newlines following left parentheses 10 months ago
Peter Geoghegan 93063e2e42 Count contrib/bloom index scans in pgstat view. 10 months ago
Peter Eisentraut 9be4e5d293 Remove unused #include's from contrib, pl, test .c files 11 months ago
Peter Eisentraut 8b5c6a54c4 Replace gratuitous memmove() with memcpy() 1 year ago
Peter Eisentraut 56fead44dc Add amgettreeheight index AM API routine 1 year ago
Bruce Momjian 29275b1d17 Update copyright for 2024 2 years ago
Robert Haas 0d9937d118 Fix typos in comments and in one isolation test. 2 years ago
Peter Eisentraut c538592959 Make all Perl warnings fatal 2 years ago
Tomas Vondra b437571714 Allow parallel CREATE INDEX for BRIN indexes 2 years ago
Tomas Vondra c1ec02be1d Reuse BrinDesc and BrinRevmap in brininsert 2 years ago
Thomas Munro f691f5b80a Remove the "snapshot too old" feature. 2 years ago
Heikki Linnakangas ccadf73163 Use the buffer cache when initializing an unlogged index. 2 years ago
Thomas Munro 7114791158 ExtendBufferedWhat -> BufferManagerRelation. 2 years ago
Peter Eisentraut 657f5f223e Remove incidental md5() function uses from several tests 2 years ago
Thomas Munro faeedbcefd Introduce PG_IO_ALIGN_SIZE and align all I/O buffers. 2 years ago
Andres Freund acab1b0914 Convert many uses of ReadBuffer[Extended](P_NEW) to ExtendBufferedRel() 2 years ago
Peter Eisentraut b9f0e54bc9 Update types in smgr API 3 years ago
Bruce Momjian c8e1ba736b Update copyright for 2023 3 years ago
Andrew Dunstan 8284cf5f74 Add copyright notices to meson files 3 years ago
Noah Misch 30d98e14a8 If wait_for_catchup fails under has_wal_read_bug, skip balance of test. 3 years ago
Andres Freund e5555657ba meson: Add support for building with precompiled headers 3 years ago
David Rowley cd4e8caaa0 Fix final warnings produced by -Wshadow=compatible-local 3 years ago
Andres Freund 902ab2fcef meson: Add windows resource files 3 years ago
Andres Freund e6927270cd meson: Add initial version of meson based build system 3 years ago
Andres Freund fd4bad1655 Remove now superfluous declarations of dlsym()ed symbols. 3 years ago
Peter Eisentraut 9fd45870c1 Replace many MemSet calls with struct initialization 3 years ago
Robert Haas b0a55e4329 Change internal RelFileNode references to RelFileNumber or RelFileLocator. 3 years ago
Noah Misch ad76c9708b Under has_wal_read_bug, skip contrib/bloom/t/001_wal.pl. 3 years ago
Robert Haas 9c08aea6a3 Add new block-by-block strategy for CREATE DATABASE. 4 years ago
Daniel Gustafsson 549ec201d6 Replace Test::More plans with done_testing 4 years ago
Bruce Momjian 27b77ecf9f Update copyright for 2022 4 years ago
Andrew Dunstan b3b4d8e68a
Move Perl test modules to a better namespace 4 years ago
Tom Lane 6bc6bd47cf Fix instability in contrib/bloom TAP tests. 4 years ago
Tom Lane 7d1aa6bf1c Re-enable contrib/bloom's TAP tests. 4 years ago
Andrew Dunstan 201a76183e
Unify PostgresNode's new() and get_new_node() methods 4 years ago
Tom Lane f10f0ae420 Replace RelationOpenSmgr() with RelationGetSmgr(). 4 years ago
Andrew Dunstan 8fa6e6919c
Add a copyright notice to perl files lacking one. 4 years ago
Michael Paquier 4c0239cb7a Remove redundant memset(0) calls for page init of some index AMs 4 years ago