Commit Graph

20575 Commits (9caeace71cb7ef0de020ccb9af7cc4aa39a0610c)
 

Author SHA1 Message Date
Bruce Momjian 3360bc1351 Add: 21 years ago
Bruce Momjian 487990e1f1 Add description: 21 years ago
Bruce Momjian 1bc9235224 Fix NUMERIC modulus to properly truncate division in computation. 21 years ago
Bruce Momjian a76606454c Update Chinese FAQ to fix XHTML format. 21 years ago
Neil Conway 5788cca558 Remove unused 'printCost' field from ExplainState, and simplify the code 21 years ago
Tom Lane ba42002461 Revise handling of dropped columns in JOIN alias lists to avoid a 21 years ago
Bruce Momjian 7e209f6ce3 Put back WAL TODO.detail entries. 21 years ago
Bruce Momjian bace84cca1 Remove because it is partly done and we might not want to go farther: 21 years ago
Tom Lane 3531383224 Just noticed that you can't Query-Cancel a long planner run, because 21 years ago
Bruce Momjian 1bdec3424b Update Russian FAQ. 21 years ago
Bruce Momjian 97e455c9b9 Trim TODO.detail for wal completed items. 21 years ago
Bruce Momjian 2a61c090a9 Done: 21 years ago
Bruce Momjian a14fb14f7f Done: 21 years ago
Tom Lane b5ebef7c41 Push enable/disable of notify and catchup interrupts all the way down 21 years ago
Tom Lane 8dfb616606 The no-lexer-backup speedup hadn't been there a week before somebody 21 years ago
Michael Meskes 2d5d691d15 - Fixed memory leak in ecpglib by adding some missing free() commands. 21 years ago
Tom Lane 21fda22ec4 Change CRCs in WAL records from 64bit to 32bit for performance reasons. 21 years ago
Bruce Momjian c196c7ae8b Completed: 21 years ago
Bruce Momjian b51366396b Add support for \x hex strings in psql variables. 21 years ago
Bruce Momjian 65537ac1b4 Add support for \x hex escapes in backend strings. Octal was already 21 years ago
Bruce Momjian 202e6e73e6 Add support for \x hex escapes in COPY. 21 years ago
Bruce Momjian b6e5c4ad0a Fix log_statement to properly recognize SELECT INTO and CREATE TABLE AS 21 years ago
Tom Lane 1e85fa2008 patternsel() was improperly stripping RelabelType from the derived 21 years ago
Teodor Sigaev 7148de1fa8 Prevent to divide by zero and range out of 0..1 21 years ago
Tom Lane a91fa39028 Add test to WAL replay to verify that xl_prev points back to the previous 21 years ago
Bruce Momjian 5b3625f1b7 Tab cleanup for SGML. 21 years ago
Tom Lane 982888bddc Fix information_schema for OUT and INOUT parameters. 21 years ago
Tom Lane 6dfe64ee57 Teach ruleutils to drill down into RECORD-type Vars in the same way 21 years ago
Tom Lane 83b72ee286 ParseComplexProjection should make use of expandRecordVariable so that 21 years ago
Tom Lane 12a323b7a8 Change relblocknumber field of pg_buffercache view from numeric to int8 21 years ago
Tom Lane 978129f28e Document get_call_result_type() and friends; mark TypeGetTupleDesc() 21 years ago
Bruce Momjian b215fae891 Move to ALTER section: 21 years ago
Bruce Momjian 09439e212e Add: 21 years ago
Bruce Momjian 25146d3c29 Add support for NUMERIC ^ NUMERIC based on power(numeric, numeric). 21 years ago
Bruce Momjian a54c21a59c Wording improvement (may -> can) 21 years ago
Tom Lane ac25dbd84b Add support for FUNCTION RTEs to build_physical_tlist(), so that the 21 years ago
Bruce Momjian 3e8dbc846c Support only octal for psql PROMPT values, rather than the confusing 21 years ago
Bruce Momjian 33294d57c7 Use {xqoctesc} lex macro now that \ddd is standard. 21 years ago
Bruce Momjian a2cce84349 Update psql docs for recent octal-only string behavior. 21 years ago
Bruce Momjian f13c132072 Have psql escape bytes in strings for variables follow the backend 21 years ago
Bruce Momjian 6616e23264 Add missing <P>. 21 years ago
Neil Conway adfeef55cb When enqueueing after-row triggers for updates of a table with a foreign 21 years ago
Neil Conway f99b75b0a0 Create separate ON INSERT and ON UPDATE triggers on tables with foreign 21 years ago
Tom Lane 0832fb74df Fix longstanding oversight in ruleutils.c: it doesn't regurgitate 21 years ago
Tom Lane cfd9be939e Change the UNKNOWN type to have an internal representation matching 21 years ago
Tom Lane c8f81df41b Skip eval_const_expressions when the query is such that the expression 21 years ago
Tom Lane 03a542ba63 Avoid unnecessary fetch from pg_shadow in the normal case in 21 years ago
Tom Lane 140b078d2a Improve LockAcquire API per my recent proposal. All error conditions 21 years ago
Tom Lane 299c442077 Make superuser.c maintain a simple one-entry cache holding the superuser 21 years ago
Tom Lane db86f29617 Marginal hack to save a little bit of time in bpcharin() when typmod is -1, 21 years ago