Commit Graph

58267 Commits (5bf748b86bc6786a3fc57fc7ce296c37da6564b0)
 

Author SHA1 Message Date
Daniel Gustafsson b2d6b4c728 ecpg: Fix return code for overflow in numeric conversion 2 years ago
Daniel Gustafsson 64e401b62b Fix indentation from a11f330b5 2 years ago
Heikki Linnakangas f83d709760 Merge prune, freeze and vacuum WAL record formats 2 years ago
Peter Eisentraut d44032d014 pg_createsubscriber: creates a new logical replica from a standby server 2 years ago
Amit Kapila a11f330b55 Track last_inactive_time in pg_replication_slots. 2 years ago
Amit Langote 0f7863afef Code review for 6190d828cd 2 years ago
Alexander Korotkov cc0e7ebd30 reindexdb: Fix warning about uninitialized indices_tables_cell 2 years ago
Amit Langote 6190d828cd Do not translate dummy SpecialJoinInfos for child joins 2 years ago
Amit Langote 5278d0a2e8 Reduce memory used by partitionwise joins 2 years ago
Peter Eisentraut 619bc23a1a make dist uses git archive 2 years ago
Masahiko Sawada 80d5d4937c Fix potential integer handling issue in radixtree.h. 2 years ago
David Rowley 66c0185a3d Allow planner to use Merge Append to efficiently implement UNION 2 years ago
Alexander Korotkov 47f99a407d reindexdb: Add the index-level REINDEX with multiple jobs 2 years ago
Jeff Davis 503c0ad976 Fix convert_case(), introduced in 5c40364dd6. 2 years ago
Nathan Bossart 3330a8d1b7 doc: Clarify requirements for SET ROLE. 2 years ago
Tom Lane af1d395843 Allow more cases to pass the unsafe-use-of-new-enum-value restriction. 2 years ago
Tom Lane d37e0d0c50 Release PQconninfoOptions array in GetDbnameFromConnectionOptions(). 2 years ago
Tom Lane 225e1dde46 Release temporary array in check_for_data_types_usage(). 2 years ago
Peter Eisentraut fc2d260c7e ci: freebsd repartition script didn't copy .git directory 2 years ago
Peter Eisentraut 34768ee361 Add temporal FOREIGN KEY contraints 2 years ago
Alexander Korotkov b1fe8efdf1 amcheck: Normalize index tuples containing uncompressed varlena 2 years ago
Alexander Korotkov ab65dfb0fb amcheck: Support for different header sizes of short varlena datum 2 years ago
Daniel Gustafsson 697f8d266c Revert "Add notBefore and notAfter to SSL cert info display" 2 years ago
Tom Lane 473182c952 Use a hash table for catcache.c's CatCList objects. 2 years ago
Daniel Gustafsson 6acb0a628e Add notBefore and notAfter to SSL cert info display 2 years ago
Alexander Korotkov b670b93a66 Fix an oversight in refactoring in 06b10f80ba. 2 years ago
Peter Eisentraut d20d8fbd3e Do not output actual value of location fields in node serialization by default 2 years ago
Amit Kapila 6ae701b437 Track invalidation_reason in pg_replication_slots. 2 years ago
Peter Eisentraut b4080fa3dc Make RangeTblEntry dump order consistent 2 years ago
Peter Eisentraut 367c989cd8 Remove custom _jumbleRangeTblEntry() 2 years ago
Peter Eisentraut d575051b9a Reformat some node comments 2 years ago
Peter Eisentraut 1e1eb12c25 Improve comment 2 years ago
Peter Eisentraut 83d8065b1f Remove obsolete comment 2 years ago
Amit Langote 085e759e9d Avoid splitting errmsg string to span multiple lines 2 years ago
Daniel Gustafsson 7e65ad197f Fix dumping role comments when using --no-role-passwords 2 years ago
Tom Lane 485f0aa859 Add hash support functions and hash opclass for contrib/ltree. 2 years ago
Alexander Korotkov 0997e0af27 Add TupleTableSlotOps.is_current_xact_tuple() method 2 years ago
Alexander Korotkov c35a3fb5e0 Allow table AM tuple_insert() method to return the different slot 2 years ago
Alexander Korotkov 02eb07ea89 Allow table AM to store complex data structures in rd_amcache 2 years ago
Robert Haas 57184c3b5d docs: Make claims about the benefits of HOT updates more precise. 2 years ago
Nathan Bossart 84d8066319 Revise the style of a paragraph in README.md. 2 years ago
Daniel Gustafsson adcdb2c8dd Explicitly require password for SCRAM exchange 2 years ago
Daniel Gustafsson 24178e235e Refactor SASL exchange to return tri-state status 2 years ago
David Rowley 1db689715d Temporarily install debugging in partition_prune test 2 years ago
Amit Langote 6185c9737c Add SQL/JSON query functions 2 years ago
Amit Kapila a145f424d5 Allow dbname to be written as part of connstring via pg_basebackup's -R option. 2 years ago
Masahiko Sawada 30e144287a Add TIDStore, to store sets of TIDs (ItemPointerData) efficiently. 2 years ago
Tom Lane 995e0fbc1c Un-break genbki.pl's error reporting capabilities. 2 years ago
Tom Lane 1218ca9956 Add to_regtypemod function to extract typemod from a string type name. 2 years ago
Nathan Bossart 80686761c4 Avoid overflow in MaybeRemoveOldWalSummaries(). 2 years ago