summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2002-02-14Ensure that a cursor is scanned under the same scanCommandId it wasTom Lane
2002-01-29Make S/390 TAS spell __inline__ the same way as the other eight GCCTom Lane
2002-01-22libpq++/pgconnection.h must not include postgres_fe.h, else it fails toTom Lane
2002-01-16TOAST needs to do at least minimal time-qual checking in order not toTom Lane
2002-01-15Add more sanity-checking to PageAddItem and PageIndexTupleDelete,Tom Lane
2002-01-12Bump catversion to ensure people apply recent timestamp and sequenceTom Lane
2002-01-12Repair bugs in declarations of routines to add timestamptz and interval.Thomas G. Lockhart
2002-01-01Do not accept interrupts in RESUME_INTERRUPTS() and END_CRIT_SECTION()Tom Lane
2002-01-01Rename TIME token to ISOTIME to eliminate conflict with gram.y parserThomas G. Lockhart
2001-12-29Rework the date/time parsing to tighten up some cases and to enable otherThomas G. Lockhart
2001-12-11Make sure that inlined S_UNLOCK is marked as an update of a 'volatile'Tom Lane
2001-12-10Suppress subquery pullup and pushdown when the subquery has anyTom Lane
2001-12-04Replace pq_getbytes(&ch, 1) calls with pq_getbyte(), which is easierTom Lane
2001-12-03Add configure-time check whether sig_atomic_t is defined; if not,Tom Lane
2001-12-02More correct way to check for existence of types, which allows to specifyPeter Eisentraut
2001-11-22Remove compile errors of psql.exe and libpq.dll underHiroshi Inoue
2001-11-21Spell 'precedes', 'preceding' correctly in various places.Tom Lane
2001-11-16IsSystemRelationName() treats TOAST relations as system relations.Tom Lane
2001-11-16Remove 'triggered data change violation' error check, per recentTom Lane
2001-11-15Well the absolute correct solution would involve all of:Bruce Momjian
2001-11-15Fix for AIX compile and unsigned/signed typedefs.Bruce Momjian
2001-11-12Remove duplicate extern declaration.Tom Lane
2001-11-12Remove a bunch more no-longer-used stuff in libpq-be.h.Tom Lane
2001-11-12The PacketReceive/PacketSend routines aren't used anymore.Tom Lane
2001-11-12Add comments of duplicate definitions in interfaces/odbc/md5.h.Bruce Momjian
2001-11-12Make ALTER TABLE RENAME update foreign-key trigger arguments correctly.Tom Lane
2001-11-10Clean up usage-statistics display code (ShowUsage and friends). StatFpTom Lane
2001-11-08Fix indenting for 'extern "C"' cases.Bruce Momjian
2001-11-06Use PostgreSQL's standard declaration for a 32-bit integer to defineThomas G. Lockhart
2001-11-06The extra semaphore that proc.c now allocates for checkpoint processesTom Lane
2001-11-05Fix coredump in plpgsql when trying to return a rowtype result.Tom Lane
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-11-05CREATE TABLE foo (x,y,z) AS SELECT ... can't apply target column namesTom Lane
2001-11-04Merge three existing ways of signaling postmaster from child processes,Tom Lane
2001-11-02Fix pg_pwd caching mechanism, which was broken by changes to forkTom Lane
2001-11-02Fix problem reported by Alex Korn: if a relation has been dropped andTom Lane
2001-10-30Fix problems with subselects used in GROUP BY expressions, per gripeTom Lane
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-25Add int2-to-int8 and int8-to-int2 conversion routines. Needed to avoidTom Lane
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
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