Commit Graph

20640 Commits (d51df918970bcf42f915a3882bfdee5972aa9bad)
 

Author SHA1 Message Date
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 42e7b0f02f Update. 21 years ago
Bruce Momjian 37f11c3081 This patch addresses the problem mentioned in the "process crash 21 years ago
Bruce Momjian 75a64eeb4b I made the patch that implements regexp_replace again. 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
Bruce Momjian 73a7c322c3 Add psql \pset numericsep to allow output numbers like 100,000.0 or 21 years ago
Tom Lane be3aa30da3 Fix inadequate error checking: you can't assume that fcinfo->resultinfo 21 years ago
Tom Lane 40d091b818 Fix config file lexer to not barf if postgresql.conf ends with a comment 21 years ago
Tom Lane 0ed5f90d73 Try connecting to both postgres and template1 databases to do the initial 21 years ago
Tom Lane 70f7da3e6e Make libpq_gettext save and restore errno in a Windows-compatible way. 21 years ago
PostgreSQL Daemon 85f97937d2 testing activitymail 21 years ago
Neil Conway 86897f54a8 This patch updates the DDL for contrib/pgcrypto to create all 21 years ago
Neil Conway 40ffa1a14c Remove some dead code for handling XLOG_DBASE_CREATE_OLD and 21 years ago
Tom Lane d7207cfc6b Even though I'd like to see full_page_writes go away before 8.1, 21 years ago
Bruce Momjian a4ffa38234 Done: 21 years ago
Tom Lane 59d1b3d99e Track dependencies on shared objects (which is to say, roles; we already 21 years ago
Bruce Momjian 442b59dd8b Update: 21 years ago
Bruce Momjian f0a2a91918 Update: 21 years ago
Bruce Momjian 1c883366ef Fix plperl expected output. 21 years ago
Bruce Momjian 294de2dc01 pg_column_size() cleanup for messages and code cleanup. 21 years ago
Bruce Momjian eefdbba062 Currently, nonfatal warnings are not trapped (as they should be) by 21 years ago
Bruce Momjian 77838f7380 Currently, nonfatal warnings are not trapped (as they should be) by 21 years ago
Bruce Momjian 970bb03c3c Complete zic patch backout by removing NO_PGPORT workaround. 21 years ago
Bruce Momjian 261ffd03f7 Reverse out because the lack of using pgport in timezone/ is causing 21 years ago
Bruce Momjian a923602855 Add pg_column_size() to return storage size of a column, including 21 years ago
Tom Lane b9cb132648 Sync dlopen error handling for the *BSDs ... seems to me I've done this 21 years ago
Tom Lane 6e2ff6e89a Add a check for trigger function with declared arguments. This path 21 years ago
Tom Lane 99382f4581 Save and restore errno across bindtextdomain call, per discussion. 21 years ago
Tom Lane 3d6b0d8631 Fix incorrect PG_CPPFLAGS initialization, per Marko. 21 years ago
Bruce Momjian 0bf8b27348 Update description of GUC full_page_writes. 21 years ago
Bruce Momjian 7d2e1cb730 Done: 21 years ago
Bruce Momjian c3a69c3b3b Attached is a patch that enhances the "\h" capability in psql. I often 21 years ago
Tom Lane 84d630eb24 Dept of second thoughts: don't expose rijndael.tbl: rijndael.c dependency 21 years ago
Bruce Momjian 326a7a0788 Add GUC full_page_writes to control writing full pages to WAL. 21 years ago
Tom Lane c19aa704c8 Fix contrib/pgcrypto to autoconfigure for OpenSSL when --with-openssl 21 years ago
Bruce Momjian d22a3727a5 Remove, now have GUC: 21 years ago
Bruce Momjian 3bf4e4120d Add: 21 years ago
Bruce Momjian 2d6c375c5f Back out patch. This should be done like other server-side languages. 21 years ago
Tom Lane 576ac4b8c9 Fix initialization bug in pgcrypto openssl code. Marko Kreen 21 years ago
Bruce Momjian 7e33fae3c1 Add NO_PGPORT defines to fix win32/cygwin builds for new target platform 21 years ago
Bruce Momjian 4f979e8bac Restructure zic #define fprintf checks to use a NO_PGPORT macro instead. 21 years ago
Bruce Momjian 8a79451152 I have to admit that I got the case of the preprocessor symbol on amd64 21 years ago
Bruce Momjian af8756713f This patch allows the PL/Python module to do (SRF) functions. 21 years ago
Bruce Momjian 109f079be6 I made the patch that improved the performance of replace_text(). 21 years ago
Bruce Momjian 4b97d51c0a Fix compile if zic because it now doesn't use libpgport. 21 years ago
Bruce Momjian de5d30069b More TODO list section restructuring. 21 years ago
Bruce Momjian 8ea398513e Restructure TODO sections. 21 years ago