summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2000-08-31Added EXECUTE command to PL/pgSQL for execution ofJan Wieck
2000-08-30AbortOutOfAnyTransaction() just before backend exit, to ensure thatTom Lane
2000-08-30SSL patch from MagnusBruce Momjian
2000-08-30Improve the following.Hiroshi Inoue
2000-08-29Include kernel error message in failed-to-open file reports.Tom Lane
2000-08-29Revert removal of signed, volatile, and signal handler arg type tests.Peter Eisentraut
2000-08-29 * to_char:Bruce Momjian
2000-08-29This is mostly the same as an earlier patch IBruce Momjian
2000-08-29Update obsolete comments.Tom Lane
2000-08-29Remove bogus use of int4out().Tom Lane
2000-08-28Maybe "shared_buffers" is a slightly better name than "shmem_buffers" for -B.Peter Eisentraut
2000-08-28New configure test for flex, which recognizes only flex but does so in allPeter Eisentraut
2000-08-27Clean up callers of AllocateFile and BasicOpenFile to ensure thatTom Lane
2000-08-27Change ReleaseLruFile() usage so that if we cannot release any moreTom Lane
2000-08-27Remove configure tests for `signed', `volatile', and signal handler args;Peter Eisentraut
2000-08-27Change pg_mblen and pg_encoding_mblen return types from voidTatsuo Ishii
2000-08-26Tired of seeing these warnings ...Tom Lane
2000-08-26Rename BITSPERBYTE to BITS_PER_BYTE to avoid conflict with <values.h>Tom Lane
2000-08-26This file seems not to have been updated for the mostTom Lane
2000-08-26Add pg-config utility that stores some configuration parameters otherPeter Eisentraut
2000-08-25Tweak btree insertion to avoid O(N^2) slowdown with large numbers ofTom Lane
2000-08-25Avoid creating a TOAST table if we can prove that the maximum tupleTom Lane
2000-08-25Change return type of:Tatsuo Ishii
2000-08-25Make the location of the Kerberos server key file run time configurablePeter Eisentraut
2000-08-24GetAttributeByName and GetAttributeByNum should be declared to returnTom Lane
2000-08-24Update funcs tutorial for new function manager.Tom Lane
2000-08-24SQL-language functions are now callable in ordinary fmgr contexts ...Tom Lane
2000-08-23Add functions to convert to and from text, and to truncate to MAC OUI.Thomas G. Lockhart
2000-08-22Fix plpgsql lexer to accept Windows-style and Mac-style newlines asTom Lane
2000-08-22Make scanner multibyte aware. Currently it may produce an incorrectTatsuo Ishii
2000-08-22Make makeObjectName multibyte aware. Currently, it may produceTatsuo Ishii
2000-08-22Add multibyte support for both LIKE and ILIKETatsuo Ishii
2000-08-22Fix a many-legged critter reported by [email protected]: under theTom Lane
2000-08-22Add some more Assert checks.Tom Lane
2000-08-21Move pg_checkretval out of the planner (where it never belonged) intoTom Lane
2000-08-21Fix format_type() to display correct lengths for BIT/BIT VARYING.Tom Lane
2000-08-21fmgr interface mopup work. Use new DatumGetBool and BoolGetDatumTom Lane
2000-08-21First pass at integrating BIT and BIT VARYING code from Adriaan Joubert.Tom Lane
2000-08-20Standardize on just one spelling of BITSPERBYTE.Tom Lane
2000-08-20Substitute libdir into createlang as last resort so one doesn't have to setPeter Eisentraut
2000-08-20Introduce HAVE_UNIX_SOCKETS symbol to replace repeatedly listing all thePeter Eisentraut
2000-08-20Make functional indexes accept binary-compatible functions, for exampleTom Lane
2000-08-13Clean up handling of variable-free qual clauses. System now does theTom Lane
2000-08-12Mop-up for removal of ':' and ';' operators ... like, say, actuallyTom Lane
2000-08-12Fix ruleutils to produce correct output for array assignment, suchTom Lane
2000-08-11Update comments for some parse node types.Tom Lane
2000-08-11copyObject() and equal() now know about all parse-time node types,Tom Lane
2000-08-11Remove debugging Assert that should never have been committed in theTom Lane
2000-08-11Make debug_assertions default to ON, when compiled in at all, forTom Lane
2000-08-10CREATE btree INDEX takes dead tuples into account when old transactionsHiroshi Inoue