Commit Graph

55541 Commits (e72910f8080185b6ade9ef7caa5c891dba3cb51c)
 

Author SHA1 Message Date
Tom Lane 798c017634 remove_rel_from_query() must clean up PlaceHolderVar.phrels fields. 3 years ago
Michael Paquier b7e84c65d5 Remove SQL regression tests for GUCs related to NO_SHOW_ALL 3 years ago
David Rowley 9ed50ab349 Remove stray duplicated comment in heapam.h 3 years ago
Amit Kapila 8c58624df4 Fix the logical replication timeout during large DDLs. 3 years ago
Tom Lane fee7b77b90 Rethink nullingrel marking rules in build_joinrel_tlist(). 3 years ago
Tom Lane e2c78e7ab4 Doc: make src/test/*/README match current reality. 3 years ago
Tom Lane 2cbbffff05 Remove leftover code in deconstruct_distribute_oj_quals(). 3 years ago
Peter Eisentraut aa69541046 Remove useless casts to (void *) in arguments of some system functions 3 years ago
Amit Kapila d9d7fe68d3 Use appropriate wait event when sending data in the apply worker. 3 years ago
David Rowley cfcf56f923 More refactoring of heapgettup() and heapgettup_pagemode() 3 years ago
Michael Paquier 9ba37b2cb6 Include values of A_Const nodes in query jumbling 3 years ago
Andres Freund 209f0f0e85 ci: freebsd: stop postgres instance on failure, to prevent log upload failures 3 years ago
Peter Eisentraut 6c14fb17e4 Fix more outdated comments 3 years ago
Peter Eisentraut f5da3d85b9 Fix up outdated comments 3 years ago
Tom Lane cad5692051 Fix up join removal's interaction with PlaceHolderVars. 3 years ago
Peter Eisentraut 7ba09efe24 doc: Fix SQL keywords lists 3 years ago
Robert Haas 8a2f783cc4 Disable STARTUP_PROGRESS_TIMEOUT in standby mode. 3 years ago
Peter Eisentraut 0ae4e49fa6 doc: Fix description of SQL standard parts 3 years ago
Peter Eisentraut 54a177a948 Remove useless casts to (void *) in hash_search() calls 3 years ago
Michael Paquier 009f8d1714 Extend check_GUC_init() with checks on flag combinations when loading GUCs 3 years ago
Michael Paquier d07c2948bf Add support for progress reporting to pg_verifybackup 3 years ago
Michael Paquier 71c37797d7 Properly NULL-terminate GSS receive buffer on error packet reception 3 years ago
Michael Paquier 2f6e15ac93 Revert refactoring of restore command code to shell_restore.c 3 years ago
Tom Lane b2d0e13a0a Fix over-optimistic updating of info about commutable outer joins. 3 years ago
Tom Lane 9f452feeeb Fix thinko in qual distribution. 3 years ago
Tom Lane 8538519db1 Fix thinko in outer-join removal. 3 years ago
Tom Lane 5840c20272 Rethink treatment of "postponed" quals in deconstruct_jointree(). 3 years ago
Dean Rasheed faff8f8e47 Allow underscores in integer and numeric constants. 3 years ago
Peter Eisentraut 1b6f632a35 Remove unused code related to unknown type 3 years ago
Dean Rasheed b2d4792890 Make int64_div_fast_to_numeric() more robust. 3 years ago
Peter Eisentraut 2010d8b75a doc: Fix XML formatting that psql cannot handle 3 years ago
Andres Freund 98811323c8 ci: Use windows VMs instead of windows containers 3 years ago
David Rowley 7ae0ab0ad9 Reduce code duplication between heapgettup and heapgettup_pagemode 3 years ago
Amit Kapila 3e577ff602 Optimize the origin drop functionality. 3 years ago
Thomas Munro 2e9f120b65 ci: Upgrade macOS version from 12 to 13. 3 years ago
David Rowley 8ca6d49f63 Add helper functions to simplify heapgettup code 3 years ago
David Rowley f9bc34fcb6 Further refactor of heapgettup and heapgettup_pagemode 3 years ago
Thomas Munro cdf6518ef0 Retire PG_SETMASK() macro. 3 years ago
Andrew Dunstan e0d70a91a0 Document installing perltidy with cpanm 3 years ago
Dean Rasheed 0736fc1ceb Clarify the choice of rscale in numeric_sqrt(). 3 years ago
Dean Rasheed 9a84f2947b Ensure that numeric.c compiles with other NBASE values. 3 years ago
Thomas Munro 117d2604c2 Doc: Abstract AF_UNIX sockets don't work on Windows. 3 years ago
Amit Kapila 9f2213a7c5 Allow the logical_replication_mode to be used on the subscriber. 3 years ago
David Rowley fb1a59de0c Refactor heapam.c adding heapgettup_initial_block function 3 years ago
Peter Eisentraut 253432f426 meson: Fix typo in pkgconfig generation 3 years ago
Michael Paquier 38cc085464 Simplify main waiting loop of the archiver process 3 years ago
Andres Freund fbed4bc59e dblink: Fix variable confusion introduced in e4602483e9 3 years ago
Thomas Munro c289117505 Try to fix pg_upgrade test on Windows, again. 3 years ago
Tom Lane 758f44bc3a Update time zone data files to tzdata release 2022g. 3 years ago
David Rowley e9aaf06328 Remove dead NoMovementScanDirection code 3 years ago