Commit Graph

4016 Commits (60f1f09ff44308667ef6c72fbafd68235e55ae27)

Author SHA1 Message Date
Robert Haas 0811f766fd pg_surgery: Try to stabilize regression tests. 5 years ago
Tom Lane 1ed6b89563 Remove support for postfix (right-unary) operators. 5 years ago
Tom Lane 76f412ab31 Remove factorial operators, leaving only the factorial() function. 5 years ago
Peter Geoghegan aac80bfcdd Fix amcheck child check pg_upgrade bug. 5 years ago
Amit Kapila 0ba5181c00 Skip empty transaction stream in test_decoding. 5 years ago
Robert Haas 34a947ca13 New contrib module, pg_surgery, with heap surgery functions. 5 years ago
Peter Eisentraut 0aa8f76408 Expose internal function for converting int64 to numeric 5 years ago
Peter Eisentraut 1dec091d5b Remove unused parameter 5 years ago
Michael Paquier a6642b3ae0 Add support for partitioned tables and indexes in REINDEX 5 years ago
Peter Eisentraut 76af9744db Remove unused parameter 5 years ago
Peter Eisentraut 96cfcadd26 Remove unused parameter 5 years ago
Tom Lane 67a472d71c Remove arbitrary restrictions on password length. 5 years ago
Tom Lane 3d351d916b Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE. 5 years ago
Peter Eisentraut 924123a87f passwordcheck: Log cracklib diagnostics 5 years ago
Michael Paquier fe7fd4e961 Add regression tests for REPLICA IDENTITY with dropped indexes 5 years ago
Heikki Linnakangas 3941eb6341 Make xact.h usable in frontend. 5 years ago
Tom Lane d4d443b3bb Remove no-longer-usable hstore--1.0--1.1.sql update script. 5 years ago
Michael Paquier 1f32136a99 Fix compilation warnings with libselinux 3.1 in contrib/sepgsql/ 5 years ago
Andres Freund dc7420c2c9 snapshot scalability: Don't compute global horizons while building snapshots. 5 years ago
Peter Eisentraut 1784f278a6 Replace remaining StrNCpy() by strlcpy() 5 years ago
Noah Misch e078fb5d4e Move connect.h from fe_utils to src/include/common. 5 years ago
Tom Lane 7eeb1d9861 Make contrib modules' installation scripts more secure. 5 years ago
Tom Lane 20e7e1fe31 Remove <@ from contrib/intarray's GiST operator classes. 5 years ago
Peter Geoghegan 39132b784a Teach amcheck to verify sibling links in all cases. 5 years ago
Amit Kapila 82a0ba7707 Fix the logical streaming test. 5 years ago
Amit Kapila 7259736a6e Implement streaming mode in ReorderBuffer. 5 years ago
Peter Geoghegan 3a3be80641 Remove obsolete amcheck comment. 5 years ago
Peter Geoghegan c254d8d7b2 amcheck: Sanitize metapage's allequalimage field. 5 years ago
Alexander Korotkov f47b5e1395 Remove btree page items after page unlink 5 years ago
Tom Lane 9f9682783b Invent "amadjustmembers" AM method for validating opclass members. 5 years ago
Peter Geoghegan c79aed4f79 Restore lost amcheck TOAST test coverage. 5 years ago
Thomas Munro c5315f4f44 Cache smgrnblocks() results in recovery. 5 years ago
Fujii Masao 6023b7ea71 pg_stat_statements: track number of rows processed by some utility commands. 5 years ago
Amit Kapila 45fdc9738b Extend the logical decoding output plugin API with stream methods. 5 years ago
Michael Paquier a3ab7a707d Fix corner case with 16kB-long decompression in pgcrypto, take 2 5 years ago
Tom Lane b9b610577d Fix ancient violation of zlib's API spec. 5 years ago
Michael Paquier 38f60f174e Revert "Fix corner case with PGP decompression in pgcrypto" 5 years ago
Tom Lane a57d312a77 Support infinity and -infinity in the numeric data type. 5 years ago
Michael Paquier 9e108984fb Fix corner case with PGP decompression in pgcrypto 5 years ago
Alexander Korotkov d98c08cdc6 Update btree_gist extension for parallel query 5 years ago
Michael Paquier e949137397 Fix compilation failure with sepgsql 5 years ago
Michael Paquier 2a10fdc430 Eliminate cache lookup errors in SQL functions for object addresses 5 years ago
Jeff Davis 0babd10980 Revert "Use CP_SMALL_TLIST for hash aggregate" 5 years ago
Andres Freund e07633646a code: replace 'master' with 'leader' where appropriate. 5 years ago
Andres Freund 229f8c219f tap tests: replace 'master' with 'primary'. 5 years ago
Peter Eisentraut 90b2d8c1ad doc: Spell checking 5 years ago
Joe Conway 96d1f423f9 Read until EOF vice stat-reported size in read_binary_file 5 years ago
Fujii Masao d1763ea8c9 Change default of pg_stat_statements.track_planning to off. 5 years ago
Peter Eisentraut ee0202d552 pgstattuple: Have pgstattuple_approx accept TOAST tables 5 years ago
Tom Lane 16e3ad5d14 Avoid using %c printf format for potentially non-ASCII characters. 5 years ago