Commit Graph

24356 Commits (077d753a57e0987c0976b6203f468ab31f72d29b)
 

Author SHA1 Message Date
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
Alvaro Herrera 8d2b05df9a Install a more correct fix in the timestamp and timestamptz regression tests: 19 years ago
Tom Lane b6c9165ea0 Code review for SSLKEY patch. 19 years ago
Tom Lane 5ce7599bcd Fix markup, spelling, grammar, and explanations for SSLKEY patch. 19 years ago
Alvaro Herrera 7f1d68a400 Fix the timestamptz test problem, by moving the tests that use the 19 years ago
Peter Eisentraut 89b18bdd2a Fix // comment 19 years ago
Peter Eisentraut cf3aeb2f8b Add stdint.h include 19 years ago
Peter Eisentraut 355e05ab41 Functions for mapping table data and table schemas to XML (a.k.a. XML export) 19 years ago
Bruce Momjian bb0a8a3ad4 Remove extra character erroneously added. 19 years ago
Bruce Momjian 4ab7ea5ace Remove tabs from SGML files to help tag alingment and improve 19 years ago
Tom Lane 7ea758b0b1 Fix another problem in 8.2 changes that allowed "one-time" qual conditions to 19 years ago
Bruce Momjian 4ebb0cf9c3 Add two new format fields for use with to_char(), to_date() and 19 years ago
Bruce Momjian c7b08050d9 SSL improvements: 19 years ago