Commit Graph

20303 Commits (1e85fa20085cc2cde55fb7da2864f2481eaf4abd)
 

Author SHA1 Message Date
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
Tom Lane 7cac50271d Avoid unnecessary call of rangeTableEntry_used() for the result relation 21 years ago
Tom Lane d66daabec9 Remove typeidIsValid() checks in can_coerce_type(). These checks 21 years ago
Tom Lane bbc048319f expandRTE and get_rte_attribute_type mistakenly always imputed typmod -1 21 years ago
Tom Lane e92a88272e Modify hash_search() API to prevent future occurrences of the error 21 years ago
Bruce Momjian ecd70d7526 Add reference to libpq environment variables for client applications. 21 years ago
Tom Lane f8a051604f Bgwriter should PANIC if it runs out of memory for pending-fsyncs 21 years ago
Tom Lane 6d9ee03148 get_expr_result_type has to be prepared to pull type information 21 years ago
Bruce Momjian 70f320495f Remove: 21 years ago
Tom Lane 32e8fc4a28 Arrange to cache fmgr lookup information for an index's access method 21 years ago
Bruce Momjian dd67cf365a Update Farsi FAQ. 21 years ago
Bruce Momjian 42319310dc Add: 21 years ago
Bruce Momjian 770156e157 Add: 21 years ago
Bruce Momjian d4b50caf25 Display only 9 subsecond digits instead of 10 for time values, for 21 years ago
Bruce Momjian 5dafb69e17 Re-order 'else' clause for clarity. 21 years ago
Tom Lane b4176e9f4c Clean up bogus checking of date and numeric fields in DBF files, 21 years ago
Bruce Momjian fbdb203a39 Back out part of patch that should be applied later. 21 years ago
Bruce Momjian 22f0303023 Fix compile of entab to use stdarg.h. Clean up includes. 21 years ago
Neil Conway a4374f9070 Remove second argument from textToQualifiedNameList(), as it is no longer 21 years ago
Tom Lane 357ea45b57 Document that utility commands such as DROP FUNCTION allow argument names 21 years ago
Bruce Momjian 1b3bb23cc8 Use Abs() macro to replace ? :. 21 years ago
Bruce Momjian f35d493d16 Back out: 21 years ago
Bruce Momjian dabde323b2 Back out SQLSTATE and SQLERRM support. 21 years ago