Commit Graph

1183 Commits (382808612cb15bd90b53b665602c85bcdd3ab9e6)

Author SHA1 Message Date
Bruce Momjian 21634e513f Add extra argument for new pg_regexec API. 21 years ago
Tom Lane aacfeba61b Suppress compile warning. 21 years ago
Bruce Momjian 6e1004f0fd Remove #include <openssl/bn.h> as compile fix. 21 years ago
Bruce Momjian d51df91897 As Kris Jurka found out, pgcrypto does not work with 21 years ago
Bruce Momjian e94dd6ab91 Add missing pgcrypto files from previous commit. 21 years ago
Bruce Momjian 73e2431817 Major pgcrypto changes: 21 years ago
Bruce Momjian 4fcf8b11ff - Add Fortuna PRNG to pgcrypto. 21 years ago
Bruce Momjian 248eeb82f0 This patch adds implementation of SHA2 to pgcrypto. 21 years ago
Tom Lane be3aa30da3 Fix inadequate error checking: you can't assume that fcinfo->resultinfo 21 years ago
Neil Conway 86897f54a8 This patch updates the DDL for contrib/pgcrypto to create all 21 years ago
Tom Lane 3d6b0d8631 Fix incorrect PG_CPPFLAGS initialization, per Marko. 21 years ago
Tom Lane 84d630eb24 Dept of second thoughts: don't expose rijndael.tbl: rijndael.c dependency 21 years ago
Tom Lane c19aa704c8 Fix contrib/pgcrypto to autoconfigure for OpenSSL when --with-openssl 21 years ago
Tom Lane 576ac4b8c9 Fix initialization bug in pgcrypto openssl code. Marko Kreen 21 years ago
Tom Lane eb5949d190 Arrange for the postmaster (and standalone backends, initdb, etc) to 21 years ago
Bruce Momjian a3ff1aad5d Bruce, please apply this additional patch, that fixes the 21 years ago
Bruce Momjian 76eca0ec98 This patch allows contrib/pgcrypto to build with OpenSSL 0.9.8 21 years ago
Tom Lane e6a8eba3f2 Remove contrib version of rtree_gist --- now in core system. 21 years ago
Teodor Sigaev ef770cbb69 Fixes from Janko Richter <jankorichter@yahoo.de> 21 years ago
Tom Lane b5f7cff84f Clean up the rather historically encumbered interface to now() and 21 years ago
Tom Lane dcf2e1c8c7 Remove the << >> &< and &> operators for contrib/cube, which were 21 years ago
Tom Lane 54c80a3434 Adjust contrib/seg &< and &> operators so that r-tree indexing logic 21 years ago
Bruce Momjian bb3cce4ec9 Add E'' syntax so eventually normal strings can treat backslashes 21 years ago
Tom Lane b90f8f20f0 Extend r-tree operator classes to handle Y-direction tests equivalent 21 years ago
Tom Lane 9a09248edd Fix rtree and contrib/rtree_gist search behavior for the 1-D box and 21 years ago
Tom Lane 2f5c47e882 Move findoidjoins out of contrib and into src/tools, which is a more 21 years ago
Tom Lane 5b0c9d3603 Cleanup the contrib/lo module: there is no need anymore to implement 21 years ago
Tom Lane d20763dbee Remove contrib modules that have been agreed to be obsolete. 21 years ago
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