Commit Graph

50381 Commits (9b584953e7bf91e342af87ef44606acd6206cd1c)
 

Author SHA1 Message Date
Michael Paquier 9b584953e7 Improve some code around cryptohash functions 5 years ago
Michael Paquier df9274adf3 Add some checkpoint/restartpoint status to ps display 5 years ago
Noah Misch a1b8aa1e4e Use HASH_BLOBS for xidhash. 5 years ago
Noah Misch 73aae4522b Correct behavior descriptions in comments, and correct a test name. 5 years ago
Bruce Momjian d6abfdf84e initdb: complete getopt_long alphabetization 5 years ago
Bruce Momjian 39f3a9d2ff initdb: properly alphabetize getopt_long options in C string 5 years ago
Tom Lane 0ec5f7e782 Allow subscripting of hstore values. 5 years ago
Tom Lane 8c15a29745 Allow ALTER TYPE to update an existing type's typsubscript value. 5 years ago
Tom Lane 653aa603f5 Provide an error cursor for "can't subscript" error messages. 5 years ago
Peter Eisentraut d2a2808eb4 pg_dump: Don't use enums for defining bit mask values 5 years ago
Michael Paquier 525e60b742 Fix compilation of uuid-ossp 5 years ago
Michael Paquier b67b57a966 Refactor MD5 implementations according to new cryptohash infrastructure 5 years ago
Tom Lane c7aba7c14e Support subscripting of arbitrary types, not only arrays. 5 years ago
Peter Eisentraut 8b069ef5dc Change get_constraint_index() to use pg_constraint.conindid 5 years ago
Michael Paquier 16c302f512 Simplify code for getting a unicode codepoint's canonical class. 5 years ago
Andres Freund df99ddc70b jit: Reference function pointer types via llvmjit_types.c. 5 years ago
Tom Lane 62ee703313 Teach contain_leaked_vars that assignment SubscriptingRefs are leaky. 5 years ago
Tom Lane a676386b58 Remove operator_precedence_warning. 5 years ago
Dean Rasheed 4f5760d4af Improve estimation of ANDs under ORs using extended statistics. 5 years ago
Dean Rasheed 88b0898fe3 Improve estimation of OR clauses using multiple extended statistics. 5 years ago
Tom Lane f2a69b352d Doc: clarify that CREATE TABLE discards redundant unique constraints. 5 years ago
Tom Lane 9a2641911a Doc: explain that the string types can't store \0 (ASCII NUL). 5 years ago
Fujii Masao e2ac3fed3b Speed up rechecking if relation needs to be vacuumed or analyze in autovacuum. 5 years ago
Fujii Masao 4e43ee88c2 Bump catversion for pg_stat_wal changes. 5 years ago
Michael Paquier 28d1601ad9 pgcrypto: Detect errors with EVP calls from OpenSSL 5 years ago
Andres Freund 5da871bfa1 jit: Correct parameter type for generated expression evaluation functions. 5 years ago
Andres Freund 9543f0861b jit: configure: Explicitly reference 'native' component. 5 years ago
Michael Paquier 947789f1f5 Avoid using tuple from syscache for update of pg_database.datfrozenxid 5 years ago
Tom Lane 0a665bbc43 Add a couple of regression test cases related to array subscripting. 5 years ago
Heikki Linnakangas 6ba581cf11 Fix more race conditions in the newly-added pg_rewind test. 5 years ago
Tom Lane 0473296246 pg_dump: Reorganize dumpBaseType() 5 years ago
Michael Paquier 51c3889877 Fix fd leak in pg_verifybackup 5 years ago
Tom Lane e98c900993 Fix missed step in removal of useless RESULT RTEs in the planner. 5 years ago
Heikki Linnakangas 36a4ac20fc Fix race conditions in newly-added test. 5 years ago
Peter Eisentraut eb93f3a0b6 Convert elog(LOG) calls to ereport() where appropriate 5 years ago
Peter Eisentraut a6964bc1bb Remove unnecessary grammar symbols 5 years ago
Amit Kapila 8ae4ef4fb0 Remove incorrect assertion in reorderbuffer.c. 5 years ago
Michael Paquier bd94a9c04e Rename cryptohashes.c to cryptohashfuncs.c 5 years ago
Michael Paquier 4f48a6fbe2 Change SHA2 implementation based on OpenSSL to use EVP digest routines 5 years ago
Bruce Momjian 3f8971d92e doc: remove unnecessary blank before command option text 5 years ago
Bruce Momjian a659e789b7 docs: list single-letter options first in command-line summary 5 years ago
Heikki Linnakangas 2b4f313038 Fix pg_rewind bugs when rewinding a standby server. 5 years ago
Peter Eisentraut 6114040711 Small code simplifications 5 years ago
Dean Rasheed 25a9e54d2d Improve estimation of OR clauses using extended statistics. 5 years ago
Michael Paquier b5913f6120 Refactor CLUSTER and REINDEX grammar to use DefElem for option lists 5 years ago
Stephen Frost dc11f31a1a Add GSS information to connection authorized log message 5 years ago
Fujii Masao 01469241b2 Track total number of WAL records, FPIs and bytes generated in the cluster. 5 years ago
Michael Paquier 91624c2ff8 Fix compilation warnings in cryptohash_openssl.c 5 years ago
Fujii Masao 942305a363 Allow restore_command parameter to be changed with reload. 5 years ago
Michael Paquier 87ae9691d2 Move SHA2 routines to a new generic API layer for crypto hashes 5 years ago