Commit Graph

19900 Commits (fb13881f423193a8342e0fe098f581e511b09d67)
 

Author SHA1 Message Date
Teodor Sigaev fb13881f42 1 fix various comparing functions 21 years ago
Bruce Momjian fd977434b3 Adjust SGML ulink tags to the URL is always displayed in our printed docs. 21 years ago
Neil Conway aeb502346b Minor code cleanup: ExecHash() was returning a null TupleTableSlot, and an 21 years ago
Neil Conway e1b398c6f5 Fix build error in pg_buffercache on Win32 (native and cygwin). From 21 years ago
Neil Conway 8962b6106b Document that the "-P" option to pg_autovacuum is insecure on many 21 years ago
Neil Conway d4beb2636c Minor tweak to documentation. 21 years ago
Neil Conway 320f85a953 Fix typo. 21 years ago
Tom Lane 0f085f6e9d Add proallargtypes and proargmodes columns to pg_proc, as per my earlier 21 years ago
Tom Lane eb47ee4865 Fix grammar for IN/OUT/INOUT parameters. This commit doesn't actually 21 years ago
Tom Lane 8c85a34a3b Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set the 21 years ago
Neil Conway 4f6f5db474 Add SPI_getnspname(), including documentation. 21 years ago
Tom Lane 70c9763d48 Convert oidvector and int2vector into variable-length arrays. This 21 years ago
Tom Lane 119191609c Remove dead push/pop rollback code. Vadim once planned to implement 21 years ago
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