Commit Graph

3860 Commits (540612fa469eaae3345ede7a160b146dd903e7ee)

Author SHA1 Message Date
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. 6 years ago
Michael Paquier 38f60f174e Revert "Fix corner case with PGP decompression in pgcrypto" 6 years ago
Tom Lane a57d312a77 Support infinity and -infinity in the numeric data type. 6 years ago
Michael Paquier 9e108984fb Fix corner case with PGP decompression in pgcrypto 6 years ago
Alexander Korotkov d98c08cdc6 Update btree_gist extension for parallel query 6 years ago
Michael Paquier e949137397 Fix compilation failure with sepgsql 6 years ago
Michael Paquier 2a10fdc430 Eliminate cache lookup errors in SQL functions for object addresses 6 years ago
Jeff Davis 0babd10980 Revert "Use CP_SMALL_TLIST for hash aggregate" 6 years ago
Andres Freund e07633646a code: replace 'master' with 'leader' where appropriate. 6 years ago
Andres Freund 229f8c219f tap tests: replace 'master' with 'primary'. 6 years ago
Peter Eisentraut 90b2d8c1ad doc: Spell checking 6 years ago
Joe Conway 96d1f423f9 Read until EOF vice stat-reported size in read_binary_file 6 years ago
Fujii Masao d1763ea8c9 Change default of pg_stat_statements.track_planning to off. 6 years ago
Peter Eisentraut ee0202d552 pgstattuple: Have pgstattuple_approx accept TOAST tables 6 years ago
Tom Lane 16e3ad5d14 Avoid using %c printf format for potentially non-ASCII characters. 6 years ago
Peter Eisentraut 78c887679d Add current substring regular expression syntax 6 years ago
Michael Paquier cc072641d4 Replace superuser check by ACLs for replication origin functions 6 years ago
Peter Eisentraut 350f47786c Spelling adjustments 6 years ago
Tom Lane 044c99bc56 Use query collation, not column's collation, while examining statistics. 6 years ago
Tomas Vondra 4cad2534da Use CP_SMALL_TLIST for hash aggregate 6 years ago
Joe Conway 9003b76e16 Initialize dblink remoteConn struct in all cases 6 years ago