Commit Graph

1105 Commits (15516c5f0b8c8209e23f36aa6e204e21bea19e6c)

Author SHA1 Message Date
Tom Lane 6f7fc0bade Cause initdb to create a third standard database "postgres", which 21 years ago
Tom Lane 368739dca8 Fix bogus assumption that sizeof() produces an int-sized result. 21 years ago
Tom Lane 3f749924f8 Simplify uses of readdir() by creating a function ReadDir() that 21 years ago
Bruce Momjian 1f01d59e06 Fix display of database name during autovacuum. 21 years ago
Tom Lane 8563ccae2c Simplify shared-memory lock data structures as per recent discussion: 21 years ago
Teodor Sigaev 7148de1fa8 Prevent to divide by zero and range out of 0..1 21 years ago
Tom Lane 12a323b7a8 Change relblocknumber field of pg_buffercache view from numeric to int8 21 years ago
Tom Lane 978129f28e Document get_call_result_type() and friends; mark TypeGetTupleDesc() 21 years ago
Tom Lane 140b078d2a Improve LockAcquire API per my recent proposal. All error conditions 21 years ago
Tom Lane e92a88272e Modify hash_search() API to prevent future occurrences of the error 21 years ago
Tom Lane b4176e9f4c Clean up bogus checking of date and numeric fields in DBF files, 21 years ago
Neil Conway a4374f9070 Remove second argument from textToQualifiedNameList(), as it is no longer 21 years ago
Bruce Momjian b492c3accc Add parentheses to macros when args are used in computations. Without 21 years ago
Neil Conway a99b2852ca Correct a thinko in pgbench that might result in incorrectly ignoring an 21 years ago
Neil Conway 36ab600511 Cleanup of GiST extensions in contrib/: now that we always invoke GiST 21 years ago
Tom Lane 191b13aaca Factor out lock cleanup code that is needed in several places in lock.c. 21 years ago
Tom Lane a9c4c9cd52 Extend the pg_locks system view so that it can fully display all lock 21 years ago
Tom Lane 4e7d6f5349 Add a --dbname option to the pg_regress script, and use pl_regression 21 years ago
Neil Conway c891e05f26 Cleanup GiST header files. Since GiST extensions are often written as 21 years ago
Neil Conway c6c6fa8f7e Fix typo in comment. 21 years ago
Neil Conway 8d6e9bca37 This patch makes some minor style cleanups to contrib/btree_gist: remove 21 years ago
Bruce Momjian cc99c57e1e a small tweak to enable display in the log file 21 years ago
Bruce Momjian be1cc6955c Fix pg_autovacuum -s flag to handle values > 2000 by using sleep() 21 years ago
Bruce Momjian 8ca26e7799 Tag 1000000L as long for compuation. 21 years ago
Tom Lane 278bd0cc22 For some reason access/tupmacs.h has been #including utils/memutils.h, 21 years ago
Tom Lane 177af51c04 Change tsearch2 to not use the unsafe practice of creating functions 21 years ago
Neil Conway 39e54e3208 Fix typos in documentation. 21 years ago
Tom Lane 3a694bb0a1 Restructure LOCKTAG as per discussions of a couple months ago. 21 years ago
Tom Lane c5b08d3b7d Fix btree_gist to handle timetz zone correctly per recent changes. 21 years ago
Tom Lane d79eeef38b Treat a zero-D array as empty in int_enum(), per Andrew@supernews. 21 years ago
Tom Lane 0548497cc5 int_aggregate's int_enum() doesn't work correctly with arrays that 21 years ago
Teodor Sigaev 04ce41ca62 Add comment about permissions on pg_ts* tables 21 years ago
Bruce Momjian 7cce39c7ce The following patch should allow UPDATE_INTERVAL to be specified on the 21 years ago
Tom Lane 162bd08b3f Completion of project to use fixed OIDs for all system catalogs and 21 years ago
Tom Lane 503edbdbff Put back code mistakenly removed from copy of postmaster's 21 years ago
Neil Conway f5dbbdcf00 Remove pg_buffercache_pages.h -- patch from Mark Kirkwood. 21 years ago
Teodor Sigaev fb13881f42 1 fix various comparing functions 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
Tom Lane 70c9763d48 Convert oidvector and int2vector into variable-length arrays. This 21 years ago
Bruce Momjian 6b7ef076b5 Have libpgport link before libpq so that PG client applications are more 21 years ago
Neil Conway 6a8eb1a7b6 pgcrypto update: 21 years ago
Neil Conway 19b676869a pgcrypto update: 21 years ago
Neil Conway 1ea9169b42 pgcrypto update: 21 years ago
Neil Conway b160d6b9dc pgcrypto update: 21 years ago
Neil Conway fa332a06ec * construct "struct {} list [] = {}" confuses pgindent - split those. 21 years ago
Neil Conway 3cc8661232 Remove support for libmhash/libmcrypt. 21 years ago
Tom Lane fa5e44017a Adjust the API for aggregate function calls so that a C-coded function 21 years ago
Neil Conway de004e44e2 Add pg_buffercache contrib module, from Mark Kirkwood. 21 years ago
Neil Conway 919594f3e2 Some builds (depends on crypto engine support?) of OpenSSL 21 years ago