Commit Graph

19887 Commits (5db2e83852cc3f25fdea48c4aa0da8696c88a826)
 

Author SHA1 Message Date
Tom Lane 5db2e83852 Rethink the order of expression preprocessing: eval_const_expressions 21 years ago
Tom Lane bf3dbb5881 First steps towards index scans with heap access decoupled from index 21 years ago
Tom Lane 351519affc Teach const-expression simplification to simplify boolean equality cases, 21 years ago
Tom Lane 617dd33b6e Eliminate duplicate hasnulls bit testing in index tuple access, and 21 years ago
Tom Lane 926e8a00d3 Add a back-link from IndexOptInfo structs to their parent RelOptInfo 21 years ago
Tom Lane febc9a613c Expand the 'special index operator' machinery to handle special cases 21 years ago
Tom Lane 9d388e1f39 Fix a pair of related issues with estimation of inequalities that involve 21 years ago
Tom Lane bb34970f91 Use a bitmapset instead of a list for duplicate-column checking in 21 years ago
Tom Lane 9e5238137d Rewrite rewriteTargetList() to avoid O(N^2) behavior on wide target lists. 21 years ago
Tom Lane 4377648b9f Add Windows-specific variant comparison file. 21 years ago
Tom Lane 58a02c9905 Add another ORDER BY to rules test to eliminate platform-specific 21 years ago
Tom Lane fccde77ecb Prevent to_char(interval) from dumping core on month-related formats 21 years ago
Bruce Momjian a7032690f9 Use 'cp' and 'chmod' in place of 'install' to install header files. 21 years ago
Bruce Momjian e341a52037 Add 21 years ago
Tom Lane 73ed6d61bd Remove lazy_update_relstats; go back to having VACUUM just record the 21 years ago
Tom Lane adb1a6e95b Improve EXPLAIN ANALYZE to show the time spent in each trigger when 21 years ago
Tom Lane 08890b407e Fix resource owner code to generate catcache and relcache leak warnings 21 years ago
Bruce Momjian 6b7ef076b5 Have libpgport link before libpq so that PG client applications are more 21 years ago
Tom Lane 410fede0dd Fix two bugs in change_owner_recurse_to_sequences: it was grabbing an 21 years ago
Tom Lane 6d3f74d801 Update and copy-edit description of privileges. 21 years ago
Tom Lane 519cef22bf Add missing min/max parameters to DefineCustomIntVariable() and 21 years ago
Tom Lane 6e26c00297 Fix to_date to behave reasonably when CC and YY fields are both used. 21 years ago
Tom Lane c90578a1d6 Make initialization of special trigger variables a little more readable. 21 years ago
Bruce Momjian 87a4f9b6a3 Print URL in printed output.. 21 years ago
Bruce Momjian 07ebb9fba9 Add URL of how to report bugs: 21 years ago
Tom Lane e6befdc9d1 Kerberos fixes from Magnus Hagander --- in theory Kerberos 5 auth 21 years ago
Tom Lane 46be09e91a Revert ill-conceived change of libpq linkage --- breaks ecpg. 21 years ago
Tom Lane 0dca4fcb0e array_map can't use the fn_extra field of the provided fcinfo struct as 21 years ago
Bruce Momjian 8269ad4ffe Force PG client applications to link to non-shared libpgport before 21 years ago
Tom Lane 208ec47ba3 Tweak planner to use a minimum size estimate of 10 pages for a 21 years ago
Bruce Momjian 7604267de8 Set socket timer to 58 instead of 60 minutes for hour-old cleaners: 21 years ago
Tom Lane 7e1c6f177e Fix python regression testing script to bail out early if language 21 years ago
Tom Lane 00aa8ed47a Adjust plpython to convert \r\n and \r to \n in Python scripts, 21 years ago
Bruce Momjian 218705958a Touch postmaster log file every hour, rather than every 10 minutes, to 21 years ago
Bruce Momjian 2104f9af87 Add: 21 years ago
Bruce Momjian b1f57d88f5 Change Win32 O_SYNC method to O_DSYNC because that is what the method 21 years ago
Bruce Momjian 0275b3f783 Update INTERVAL items. 21 years ago
Tom Lane 0ca91482fa Add missing error checking in readdir() loops. 21 years ago
Bruce Momjian c58071a5d1 Change ANSI to ISO standard: 21 years ago
Neil Conway 50ce8ab9fc Revert changes to CREATE TRIGGER and ALTER TABLE ADD FOREIGN KEY locking, 21 years ago
Bruce Momjian 8abba63859 Update wording: 21 years ago
Bruce Momjian d5dd9dbbfe Update item on ambiguous INTERVAL syntax: 21 years ago
Bruce Momjian a15699b9e0 Update ANSI INTERVAL section: 21 years ago
Tom Lane 87ba04eeaf Add note about risks involved in replaying CREATE TABLESPACE commands 21 years ago
Bruce Momjian d27061a3ab Update numbers in example: 21 years ago
Bruce Momjian 70d782e64c Update: 21 years ago
Neil Conway f30c76ce8d Adjust CREATE TRIGGER and ALTER TABLE ... ADD FOREIGN KEY to acquire 21 years ago
Bruce Momjian ac323044cf Add: 21 years ago
Bruce Momjian f6c1f990ab Assign: 21 years ago
Bruce Momjian 9be9c1fb0c Add: 21 years ago