Commit Graph

24368 Commits (71b0cf2f6bec3129f2c3f574d4e47408c2dc2516)
 

Author SHA1 Message Date
Bruce Momjian 71b0cf2f6b Remove, item not needed for Win32: 19 years ago
Bruce Momjian 2d848857ee Add comment that on Win32, we don't need to check the .pgpass file 19 years ago
Bruce Momjian b16dab66a7 Remove "History" sections for pg_dump and pg_restore. I don't think 19 years ago
Bruce Momjian ff0d71e263 Spell check on array patch. 19 years ago
Bruce Momjian bfc53d7da4 Add for WIN32: 19 years ago
Bruce Momjian 1b52359d90 Update array slice documentation to be clearer. 19 years ago
Bruce Momjian 265124e7e0 Add: 19 years ago
Bruce Momjian 8272fc3f7b Comment-out documentation for IS OF because it doesn't conform to the 19 years ago
Peter Eisentraut 28b96f2a30 Identify schema of inherited table in psql \d when necessary. 19 years ago
Peter Eisentraut 63e03ba923 Add missing OIDs to pg_proc. 19 years ago
Bruce Momjian 2673961659 Remove item: 19 years ago
Bruce Momjian 6126d3e70b Document IS [NOT] OF, which was added in 7.3. 19 years ago
Bruce Momjian 077d753a57 Add FAQ text about Makefile.custom: 19 years ago
Bruce Momjian c62de15bec Document that to_char('J'/Julian) is midnight-based, per report that 19 years ago
Bruce Momjian 9772e0007c Wording improvement. 19 years ago
Bruce Momjian e3285f32e8 Update PQfree() documentation to be clearer, backpatch to 8.2.X. 19 years ago
Bruce Momjian 4acc4aa871 Update wording: 19 years ago
Bruce Momjian bba9ec141f Add: 19 years ago
Bruce Momjian 6042bb498c Add newlines. 19 years ago
Bruce Momjian 5855d2b593 Add: 19 years ago
Bruce Momjian c7116a4112 Add: 19 years ago
Bruce Momjian 11fa6f59da Clarify documentation that initdb -A or editing pg_hba.conf is required 19 years ago
Bruce Momjian 70007b4dd5 Clarify documentation for "day of the week" handling for to_char() and 19 years ago
Bruce Momjian 107062e008 Done: 19 years ago
Bruce Momjian 3e803f7273 Add "isodow" option to EXTRACT() and date_part() where Sunday = 7. 19 years ago
Bruce Momjian 27d6ee04b8 Done: 19 years ago
Bruce Momjian 68c7cb5ed5 Done: 19 years ago
Magnus Hagander 74096ed1fd Fix pg_dump on win32 to properly dump files larger than 2Gb when using 19 years ago
Magnus Hagander bc959b7bd2 Parse pg_proc.h with entries without OIDs. 19 years ago
Tom Lane 7c5e5439d2 Get rid of some old and crufty global variables in the planner. When 19 years ago
Tom Lane 90c301aaa9 Improve plpgsql's error message when a datatype declaration is omitted. 19 years ago
Tom Lane b8c3267792 Put function expressions and values lists into FunctionScan and ValuesScan 19 years ago
Tom Lane f1f2b2711a Fix portal management code to support non-default command completion tags for 19 years ago
Bruce Momjian aa728d5f4b Document limitation of SPI_execute() using multiple queries in a single 19 years ago
Bruce Momjian 9f6ed2f47f Update wording: 19 years ago
Bruce Momjian 0e461f275b Add: 19 years ago
Bruce Momjian 9b9cd9c205 Update "Conflicting lock modes" to show as conflict, add 19 years ago
Tom Lane 49451ae03e Add code so that when COPY_PARSE_PLAN_TREES is defined, the copy and 19 years ago
Bruce Momjian 4fe1a12c54 Remove rint() for to_char MS and US output. We can't us rint() because 19 years ago
Bruce Momjian 37a22932f2 Add: 19 years ago
Bruce Momjian f7a51b7a0d Cleanup of to_char() patch. 19 years ago
Bruce Momjian c6ed4ead01 Add: 19 years ago
Bruce Momjian 0bc81a5b58 Remove installation mention that integer timestamps is less stable that 19 years ago
Bruce Momjian 89a624439e Create AVG() aggregates for int8 and NUMERIC which do not compute X^2, 19 years ago
Tom Lane 72a070a365 Teach find_nonnullable_rels to handle OR cases: if every arm of an OR 19 years ago
Bruce Momjian 46bd3bff62 Add: 19 years ago
Tom Lane 9f28ac0dd3 Fix new RI operator selection code to do the right thing when working with 19 years ago
Bruce Momjian 1d722cf18c Reduce the amount of memory "clobbered" for every process title change, 19 years ago
Tom Lane 8249409bc1 Adjust the definition of is_pushed_down so that it's always true for INNER 19 years ago
Peter Eisentraut e472f13f99 Better fix for determining minimum and maximum int64 values that doesn't 19 years ago