aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* IsSystemRelationName() treats TOAST relations as system relations.Tom Lane2001-11-16
* Remove 'triggered data change violation' error check, per recentTom Lane2001-11-16
* Well the absolute correct solution would involve all of:Bruce Momjian2001-11-15
* Fix for AIX compile and unsigned/signed typedefs.Bruce Momjian2001-11-15
* Remove duplicate extern declaration.Tom Lane2001-11-12
* Remove a bunch more no-longer-used stuff in libpq-be.h.Tom Lane2001-11-12
* The PacketReceive/PacketSend routines aren't used anymore.Tom Lane2001-11-12
* Add comments of duplicate definitions in interfaces/odbc/md5.h.Bruce Momjian2001-11-12
* Make ALTER TABLE RENAME update foreign-key trigger arguments correctly.Tom Lane2001-11-12
* Clean up usage-statistics display code (ShowUsage and friends). StatFpTom Lane2001-11-10
* Fix indenting for 'extern "C"' cases.Bruce Momjian2001-11-08
* Use PostgreSQL's standard declaration for a 32-bit integer to defineThomas G. Lockhart2001-11-06
* The extra semaphore that proc.c now allocates for checkpoint processesTom Lane2001-11-06
* Fix coredump in plpgsql when trying to return a rowtype result.Tom Lane2001-11-05
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* CREATE TABLE foo (x,y,z) AS SELECT ... can't apply target column namesTom Lane2001-11-05
* Merge three existing ways of signaling postmaster from child processes,Tom Lane2001-11-04
* Fix pg_pwd caching mechanism, which was broken by changes to forkTom Lane2001-11-02
* Fix problem reported by Alex Korn: if a relation has been dropped andTom Lane2001-11-02
* Fix problems with subselects used in GROUP BY expressions, per gripeTom Lane2001-10-30
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* Add int2-to-int8 and int8-to-int2 conversion routines. Needed to avoidTom Lane2001-10-25
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Include locale.h before undefining gettext() to avoid compilation errorsPeter Eisentraut2001-10-24
* Document range restriction on bit values used in INTERVAL typmod.Tom Lane2001-10-23
* Fix foreign keys on system columns.Tom Lane2001-10-23
* Consolidate tables of known system attributes into one table.Tom Lane2001-10-22
* Fix getopt-vs-init_ps_display problem by copying original argv[] info,Tom Lane2001-10-21
* Revert change to autodetect '__getopt_initialized' variable ... turnsTom Lane2001-10-20
* Proper fix for glibc getopt() botch. Surprising we did not see thisTom Lane2001-10-19
* Rename macro arg to avoid useless compiler warning when building plperl.Tom Lane2001-10-19
* Add STATUS_EOF value needed for auth.c. Remove a bunch of unusedTom Lane2001-10-18
* Accept an INTERVAL argument for SET TIME ZONE per SQL99.Thomas G. Lockhart2001-10-18
* Extend code that deduces implied equality clauses to detect whether aTom Lane2001-10-18
* Ok, here is the modified encoding table (column1 is the standard name,Tatsuo Ishii2001-10-16
* Make selectivity routines cope gracefully with NaNs, infinities, andTom Lane2001-10-13
* Add missing prototype to suppress gcc warning.Tom Lane2001-10-13
* Attached patch for unconditional enabling of pltcl-unknown support.Bruce Momjian2001-10-13
* Add a new function "pg_client_encoding" which returns the current clientTatsuo Ishii2001-10-12
* Break transformCreateStmt() into multiple routines and makeTom Lane2001-10-12
* Add support for ISO-8859-6 to 16Tatsuo Ishii2001-10-11
* Change plpgsql to depend on main parser's type-declaration grammar,Tom Lane2001-10-09
* Fix ruleutils to depend on format_type, rather than having a privateTom Lane2001-10-08
* Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfoTom Lane2001-10-06
* Further cleanup of dynahash.c API, in pursuit of portability andTom Lane2001-10-05
* Consider interpreting a function call as a trivial (binary-compatible)Tom Lane2001-10-04
* Consistently use gcc's __attribute__((format)) to check sprintf-styleTom Lane2001-10-03
* Remove no-longer-used macros.Tom Lane2001-10-03
* Some further kibitzing on cachability of datetime functions.Tom Lane2001-10-03
* Neatnik fetishism.Tom Lane2001-10-03