Commit Graph

20031 Commits (c34ea747a69926a345e6c09e8cc9152e05908215)
 

Author SHA1 Message Date
Bruce Momjian c34ea747a6 Update FAQ items to point to existing web pages rather than duplication 21 years ago
Tom Lane 19d127548c Add comment about checkpoint panic behavior during shutdown, per 21 years ago
Tom Lane b1faf3624b Allow -2147483648 to be treated as an INT4 rather than INT8 constant. 21 years ago
Tom Lane d79eeef38b Treat a zero-D array as empty in int_enum(), per Andrew@supernews. 21 years ago
Tom Lane 3842892492 Recent changes got the sense of the notnull bit backwards in the 2.0 21 years ago
Tom Lane c114e166e5 Define the right-hand input of AT TIME ZONE as a full a_expr instead of 21 years ago
Bruce Momjian 0975b95bc3 Update FAQ release number to 8.0.2. 21 years ago
Bruce Momjian e947e1153a Modify output of VACUUM VERBOSE to be clearer. 21 years ago
Tom Lane 0548497cc5 int_aggregate's int_enum() doesn't work correctly with arrays that 21 years ago
Tom Lane 56c8877291 Turns out that my recent elimination of the 'redundant' flatten_andors() 21 years ago
Bruce Momjian 25434e32cb Add documentation stating how to determine if FSM settings are too low 21 years ago
Tom Lane e092828241 Teach choose_bitmap_and() to actually be choosy --- that is, try to 21 years ago
Tom Lane 4b89126ccc Fix bogus EXPLAIN display of rowcount estimates for BitmapAnd and 21 years ago
Tom Lane bc843d3960 First cut at planner support for bitmap index scans. Lots to do yet, 21 years ago
Bruce Momjian ccbb07d922 Fix typo: 21 years ago
Bruce Momjian 6f61ddd40d Typo fix. Alvaro. 21 years ago
Bruce Momjian 8f4a1b3e84 Update URL for TODO list. 21 years ago
Bruce Momjian d76f279a55 Remove pre-7.3 mention that FOR UPDATE can be before LIMIT. 21 years ago
Bruce Momjian 26bb65df1e Clarify that only crypt can't use md5 pg_shadow passwords. 21 years ago
Bruce Momjian c82b895284 Clarify use of MD5 authentication and pg_shadow encryption. 21 years ago
Tom Lane 14c7fba3f7 Rethink original decision to use AND/OR Expr nodes to represent bitmap 21 years ago
Bruce Momjian c6221db3c0 Updated text for bitmaps: 21 years ago
Bruce Momjian 631e03145f Done: 21 years ago
Tom Lane e6f7edb9d5 Install some slightly realistic cost estimation for bitmap index scans. 21 years ago
Tom Lane 2f8c7c866c Make pg_ctl status do a kill() test to verify that the PID found in 21 years ago
Tom Lane 1c155c8dfb Add note clarifying that indexes that support ordered scans had better 21 years ago
Tom Lane eb4f58ad40 Don't try to run clauseless index scans on index types that don't support 21 years ago
Tom Lane a8ac7d8713 Fix mis-display of negative fractional seconds in interval values for 21 years ago
Tom Lane 9d64632144 Minor performance improvement: avoid unnecessary creation/unioning of 21 years ago
Bruce Momjian de4fbfadc5 Add: 21 years ago
Bruce Momjian e5c7c05168 Add: 21 years ago
Bruce Momjian 047b8a71d1 Add: 21 years ago
Tom Lane 4a8c5d0375 Create executor and planner-backend support for decoupled heap and index 21 years ago
Teodor Sigaev 04ce41ca62 Add comment about permissions on pg_ts* tables 21 years ago
Bruce Momjian fa66de98a9 >>>>Luckily, PG 8 is available for this. Do you have a short example? 21 years ago
Bruce Momjian bd32a25598 > >Luckily, PG 8 is available for this. Do you have a short example? 21 years ago
Bruce Momjian 7cce39c7ce The following patch should allow UPDATE_INTERVAL to be specified on the 21 years ago
Bruce Momjian aa8bdab272 Attached patch gets rid of the global timezone in the following steps: 21 years ago
Bruce Momjian dd39dd232f Update PITR wording, per Simon. 21 years ago
Tom Lane c822fe05ae pg_dumpall should enforce the server version check for itself, rather 21 years ago
Bruce Momjian 8023b7fa5a Add WAL entry about compression. 21 years ago
Bruce Momjian 07dfdb8dd0 Added to TODO: 21 years ago
Bruce Momjian 01979d1bd5 Update PITR setence to mention WAL and file system dump. 21 years ago
Tom Lane 7aa066f11d record_in and record_recv must be careful to return a separately 21 years ago
Bruce Momjian d304067695 Update PITR TODO items: 21 years ago
Bruce Momjian 54fe332776 Update TODO script sample. 21 years ago
Bruce Momjian 03d712d9f4 Update for HTML markup. 21 years ago
Bruce Momjian 68d2f9283d Add description that WAL files used during backup have to be archived 21 years ago
Bruce Momjian c68f6d7963 Add HTML version of TODO to CVS, for web site use. 21 years ago
Bruce Momjian 11ab2b85d7 Add HTML TODO version to CVS. 21 years ago