summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2001-10-24Include locale.h before undefining gettext() to avoid compilation errorsPeter Eisentraut
2001-10-23Document range restriction on bit values used in INTERVAL typmod.Tom Lane
2001-10-23Fix foreign keys on system columns.Tom Lane
2001-10-22Consolidate tables of known system attributes into one table.Tom Lane
2001-10-21Fix getopt-vs-init_ps_display problem by copying original argv[] info,Tom Lane
2001-10-20Revert change to autodetect '__getopt_initialized' variable ... turnsTom Lane
2001-10-19Proper fix for glibc getopt() botch. Surprising we did not see thisTom Lane
2001-10-19Rename macro arg to avoid useless compiler warning when building plperl.Tom Lane
2001-10-18Add STATUS_EOF value needed for auth.c. Remove a bunch of unusedTom Lane
2001-10-18Accept an INTERVAL argument for SET TIME ZONE per SQL99.Thomas G. Lockhart
2001-10-18Extend code that deduces implied equality clauses to detect whether aTom Lane
2001-10-16Ok, here is the modified encoding table (column1 is the standard name,Tatsuo Ishii
2001-10-13Make selectivity routines cope gracefully with NaNs, infinities, andTom Lane
2001-10-13Add missing prototype to suppress gcc warning.Tom Lane
2001-10-13Attached patch for unconditional enabling of pltcl-unknown support.Bruce Momjian
2001-10-12Add a new function "pg_client_encoding" which returns the current clientTatsuo Ishii
2001-10-12Break transformCreateStmt() into multiple routines and makeTom Lane
2001-10-11Add support for ISO-8859-6 to 16Tatsuo Ishii
2001-10-09Change plpgsql to depend on main parser's type-declaration grammar,Tom Lane
2001-10-08Fix ruleutils to depend on format_type, rather than having a privateTom Lane
2001-10-06Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfoTom Lane
2001-10-05Further cleanup of dynahash.c API, in pursuit of portability andTom Lane
2001-10-04Consider interpreting a function call as a trivial (binary-compatible)Tom Lane
2001-10-03Consistently use gcc's __attribute__((format)) to check sprintf-styleTom Lane
2001-10-03Remove no-longer-used macros.Tom Lane
2001-10-03Some further kibitzing on cachability of datetime functions.Tom Lane
2001-10-03Neatnik fetishism.Tom Lane
2001-10-03Implement precision support for timestamp and time, both with and withoutThomas G. Lockhart
2001-10-02Add CREATE OR REPLACE FUNCTION syntax to allow replacing a functionTom Lane
2001-10-01> > > > > - PostgreSQL requires to be compiled with --enable-multibyteBruce Momjian
2001-10-01Another round of cleanups for dynahash.c (maybe it's finally clean ofTom Lane
2001-10-01Fix a compile error on a platform that does not have PAM.Tatsuo Ishii
2001-09-30Allow the postmaster to accept changes in PGC_BACKEND GUC variablesTom Lane
2001-09-30Create a GUC parameter max_files_per_process that is a configurableTom Lane
2001-09-30Add an operator xid '=' int and remove BINARY_COMPATI...Hiroshi Inoue
2001-09-30Back out change. Too many place to change too close to beta:Bruce Momjian
2001-09-29Allow comparison between xid and xid, int.Hiroshi Inoue
2001-09-29Do this TODO item:Bruce Momjian
2001-09-29Cope with the likelihood that setlocale and localeconv will returnTom Lane
2001-09-29Keep the contents of ItemPointerData not the pointers so thatHiroshi Inoue
2001-09-29Implement new 'lightweight lock manager' that's intermediate betweenTom Lane
2001-09-28Measure the current transaction time to milliseconds.Thomas G. Lockhart
2001-09-27Remove useless LockDisable() function and associated overhead, per myTom Lane
2001-09-24Treat __s390x__ the same as __s390__. (taken from RPM patch set)Peter Eisentraut
2001-09-23Add pg_database_encoding_max_length() function.Tatsuo Ishii
2001-09-22Provide some initial support for building the ODBC driver forPeter Eisentraut
2001-09-21Code review for MD5 authorization patch. Clean up some breakageTom Lane
2001-09-21Add an overall timeout on the client authentication cycle, so thatTom Lane
2001-09-21Fix type_maximum_size() to give the right answer in MULTIBYTE cases.Tom Lane
2001-09-21Give VACUUM its own GUC parameter for memory usage, rather thanTom Lane