Commit Graph

21656 Commits (15516c5f0b8c8209e23f36aa6e204e21bea19e6c)
 

Author SHA1 Message Date
Bruce Momjian 15516c5f0b Update FAQ_DEV text file. 20 years ago
Bruce Momjian 88a4314bb1 Update patch generation instructions. 20 years ago
Bruce Momjian e559dba846 Update Japanese FAQ, backpatched to 8.1.X. 20 years ago
Bruce Momjian 6853e34132 Add pg_service.conf documentation for libpq. 20 years ago
Bruce Momjian 3952eecd4a Fix computation of sample table size. 20 years ago
Bruce Momjian 032858216c Backpatch FAQ changes to 8.1.X. 20 years ago
Bruce Momjian 39825338b4 Mention that the archive history file has the wal start/stop file names. 20 years ago
Andrew Dunstan 400606f3a8 make initdb -U username work as advertised; back out bogus patch at rev 1.42 20 years ago
Tom Lane 05d2a7256e Fix vacuumlo to avoid unnecessary use of backslash in search pattern. 20 years ago
Tom Lane 6f96c539ed Fix old pg_dump oversight: default values for domains really need to be dumped 20 years ago
Tom Lane a386cd7806 Adjust probe for getaddrinfo to cope with macro-ized definitions, such 20 years ago
Neil Conway 797deb5092 Fix three Python reference leaks in PLy_traceback(). This would result 20 years ago
Neil Conway 3bd549ba0a Patch from Marko Kreen: 20 years ago
Tom Lane 4fc6585cb9 Move btbulkdelete's vacuum_delay_point() call to a place in the loop where 20 years ago
Tom Lane efaac136bf Add some missing vacuum_delay_point calls in GIST vacuuming. 20 years ago
Tom Lane d8882a2c66 Fix qual_is_pushdown_safe to not try to push down quals involving a whole-row 20 years ago
Tom Lane d72c32a0d1 Stamp 8.1.3. 20 years ago
Tom Lane ef434ebfbc Update release notes. 20 years ago
Tom Lane 20334a9e86 Fix bug that allowed any logged-in user to SET ROLE to any other database user 20 years ago
Tom Lane b71e2bb122 Fix broken markup. 20 years ago
Bruce Momjian 68f34bf281 Update README file. 20 years ago
Bruce Momjian 544ccf6ce6 Update wording for 8.1.X, remove <only>: 20 years ago
Bruce Momjian a22873a19e > Actually, if you submit a patch that says either "SCROLL is the 20 years ago
Bruce Momjian 34d9bbee4d Stamp releases for 2006-02-14 release 20 years ago
Bruce Momjian 003daafb0d Fix release item ordering. 20 years ago
Bruce Momjian 12ea69aaf5 Update back branch release notes. 20 years ago
Bruce Momjian d9dafcc5d6 Fix release markup. 20 years ago
Bruce Momjian a318438fb3 Stamp 8.1.3, but exclude configure.in/configure change. 20 years ago
Bruce Momjian 3a9c81e3e9 Update release notes for 8.1.3. 20 years ago
Tom Lane b919f3fcbb Check that SID is enabled while checking for Windows admin privileges. 20 years ago
Tom Lane 2d26c4be8e Change search for default operator classes so that it examines all opclasses 20 years ago
Tom Lane f9e03aa8e9 Provide the libpq error message when PQputline or PQendcopy fails. 20 years ago
Tom Lane f527f082c5 Reject out-of-range dates in date_in(). 20 years ago
Bruce Momjian cfcf54ac89 Fix HTML alignment in PQprint. 20 years ago
Bruce Momjian 763b9c1901 Fix PQprint HTML tag, "centre" -> "center". 20 years ago
Tom Lane 7d41ef1a92 Fix pg_restore to properly discard COPY data when trying to continue 20 years ago
Bruce Momjian c75c372c58 Fix typo in configuration docs. 20 years ago
Bruce Momjian 3bf6284f10 Update PL/pgSQL trigger example to be clearer about how to "merge" data 20 years ago
Bruce Momjian 180b23cb22 Fix const cast in get_progname(). 20 years ago
Bruce Momjian bc1c9adbda Set progname early in the postmaster/postgres binary, rather than doing 20 years ago
Tom Lane 2aa231be9e Allow %TYPE to be used with SETOF, per gripe from Murat Tasan. 20 years ago
Tom Lane ecde4216c9 Fix ALTER COLUMN TYPE bug: it sometimes tried to drop UNIQUE or PRIMARY KEY 20 years ago
Tom Lane 0ab9d3a3e1 When building a bitmap scan, must copy the bitmapqualorig expression tree 20 years ago
Tom Lane 2d98f46255 Fix code that checks to see if an index can be considered to match the query's 20 years ago
Andrew Dunstan 18d6948858 Undo perl's nasty locale setting on Windows. Since we can't do that as 20 years ago
Neil Conway 81dbda0792 Per a bug report from Theo Schlossnagle, plperl_return_next() leaks 20 years ago
Tom Lane 108a2e51c9 Fix display of whole-row Var appearing at the top level of a SELECT list. 20 years ago
Tom Lane f31a58481c Remove unnecessary PQconsumeInput call from PQputCopyData; it's redundant 20 years ago
Tom Lane b34608fbdd Fix unportable usage of socklen_t: should use ACCEPT_TYPE_ARG3 macro 20 years ago
Tom Lane 16582d3834 Repair longstanding bug in slru/clog logic: it is possible for two backends 20 years ago