summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Well the absolute correct solution would involve all of:Bruce Momjian2001-11-152-8/+10
* Fix for AIX compile and unsigned/signed typedefs.Bruce Momjian2001-11-152-8/+21
* Remove duplicate extern declaration.Tom Lane2001-11-121-2/+1
* Remove a bunch more no-longer-used stuff in libpq-be.h.Tom Lane2001-11-121-78/+8
* The PacketReceive/PacketSend routines aren't used anymore.Tom Lane2001-11-121-11/+1
* Add comments of duplicate definitions in interfaces/odbc/md5.h.Bruce Momjian2001-11-122-2/+6
* Make ALTER TABLE RENAME update foreign-key trigger arguments correctly.Tom Lane2001-11-121-1/+20
* Clean up usage-statistics display code (ShowUsage and friends). StatFpTom Lane2001-11-102-6/+6
* Fix indenting for 'extern "C"' cases.Bruce Momjian2001-11-082-19/+19
* Use PostgreSQL's standard declaration for a 32-bit integer to defineThomas G. Lockhart2001-11-061-1/+1
* The extra semaphore that proc.c now allocates for checkpoint processesTom Lane2001-11-061-3/+5
* Fix coredump in plpgsql when trying to return a rowtype result.Tom Lane2001-11-051-1/+3
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05273-582/+583
* CREATE TABLE foo (x,y,z) AS SELECT ... can't apply target column namesTom Lane2001-11-051-1/+2
* Merge three existing ways of signaling postmaster from child processes,Tom Lane2001-11-041-0/+39
* Fix pg_pwd caching mechanism, which was broken by changes to forkTom Lane2001-11-021-14/+13
* Fix problem reported by Alex Korn: if a relation has been dropped andTom Lane2001-11-022-71/+11
* Fix problems with subselects used in GROUP BY expressions, per gripeTom Lane2001-10-301-2/+2
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28275-627/+888
* Add int2-to-int8 and int8-to-int2 conversion routines. Needed to avoidTom Lane2001-10-253-4/+12
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25283-2072/+1798
* Include locale.h before undefining gettext() to avoid compilation errorsPeter Eisentraut2001-10-241-1/+4
* Document range restriction on bit values used in INTERVAL typmod.Tom Lane2001-10-231-2/+7
* Fix foreign keys on system columns.Tom Lane2001-10-231-1/+2
* Consolidate tables of known system attributes into one table.Tom Lane2001-10-221-3/+5
* Fix getopt-vs-init_ps_display problem by copying original argv[] info,Tom Lane2001-10-214-13/+14
* Revert change to autodetect '__getopt_initialized' variable ... turnsTom Lane2001-10-201-4/+1
* Proper fix for glibc getopt() botch. Surprising we did not see thisTom Lane2001-10-191-1/+4
* Rename macro arg to avoid useless compiler warning when building plperl.Tom Lane2001-10-191-2/+2
* Add STATUS_EOF value needed for auth.c. Remove a bunch of unusedTom Lane2001-10-181-7/+2
* Accept an INTERVAL argument for SET TIME ZONE per SQL99.Thomas G. Lockhart2001-10-188-17/+19
* Extend code that deduces implied equality clauses to detect whether aTom Lane2001-10-181-1/+7
* Ok, here is the modified encoding table (column1 is the standard name,Tatsuo Ishii2001-10-161-13/+13
* Make selectivity routines cope gracefully with NaNs, infinities, andTom Lane2001-10-131-1/+2
* Add missing prototype to suppress gcc warning.Tom Lane2001-10-131-1/+2
* Attached patch for unconditional enabling of pltcl-unknown support.Bruce Momjian2001-10-131-4/+1
* Add a new function "pg_client_encoding" which returns the current clientTatsuo Ishii2001-10-121-2/+6
* Break transformCreateStmt() into multiple routines and makeTom Lane2001-10-122-5/+10
* Add support for ISO-8859-6 to 16Tatsuo Ishii2001-10-111-11/+98
* Change plpgsql to depend on main parser's type-declaration grammar,Tom Lane2001-10-091-1/+3
* Fix ruleutils to depend on format_type, rather than having a privateTom Lane2001-10-081-1/+2
* Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfoTom Lane2001-10-066-26/+45
* Further cleanup of dynahash.c API, in pursuit of portability andTom Lane2001-10-054-34/+13
* Consider interpreting a function call as a trivial (binary-compatible)Tom Lane2001-10-041-4/+14
* Consistently use gcc's __attribute__((format)) to check sprintf-styleTom Lane2001-10-033-8/+13
* Remove no-longer-used macros.Tom Lane2001-10-031-62/+1
* Some further kibitzing on cachability of datetime functions.Tom Lane2001-10-032-46/+46
* Neatnik fetishism.Tom Lane2001-10-031-2/+2
* Implement precision support for timestamp and time, both with and withoutThomas G. Lockhart2001-10-034-30/+45
* Add CREATE OR REPLACE FUNCTION syntax to allow replacing a functionTom Lane2001-10-022-2/+4