summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2002-09-05Be careful to include postgres.h *before* any system headers, to ensureTom Lane
2002-09-04Guard against send-lots-and-lots-of-data DoS attack from unauthenticatedTom Lane
2002-09-04Remove leftovers from subproject removals. Fixes for Python and KerberosPeter Eisentraut
2002-09-04pgindent run.Bruce Momjian
2002-09-04Brand 7.3. Ready for beta!Bruce Momjian
2002-09-03Remove all traces of multibyte and locale options. Clean up commentsPeter Eisentraut
2002-09-03Code review and documentation updates for indisclustered patch.Tom Lane
2002-09-02Update catversion so we are sure everyone gets the bytea LIKE fix.Bruce Momjian
2002-09-02> Okay. When you get back to the original issue, the gold is hidden inBruce Momjian
2002-09-02Add GUC variable to print original query to the server logs when thereBruce Momjian
2002-09-02I tried to build PostgreSQL with the following step to see backends hungBruce Momjian
2002-09-02Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian
2002-09-02CREATE OR REPLACE VIEW, CREATE OR REPLACE RULE.Tom Lane
2002-09-02Code review for HeapTupleHeader changes. Add version number to page headersTom Lane
2002-09-01Update MEMSET_LOOP_LIMIT to 1024 because it is the best value for mostBruce Momjian
2002-09-01Add log_duration to GUC/postgresql.conf.Bruce Momjian
2002-09-01Mark the float8 -> int8 cast as implicit. This resolves the problemTom Lane
2002-08-31Code review for domain-constraints patch. Use a new ConstraintTest nodeTom Lane
2002-08-31Code review for pg_locks feature. Make shmemoffset of PROCLOCK structsTom Lane
2002-08-30Add expected tuple descriptor to ReturnSetInfo information for tableTom Lane
2002-08-30AUTOCOMMIT mode is now an available backend GUC variable; setting itTom Lane
2002-08-30Fix for breakage of C-coded SRFs, from Joe Conway.Tom Lane
2002-08-30Add attisinherited column to pg_attribute; use it to guard againstTom Lane
2002-08-30Complete TODO item:Bruce Momjian
2002-08-30Revert _LARGEFILE64_SOURCE addition; good try but doesn't work,Tom Lane
2002-08-30PL/pgSQL functions can return sets. Neil Conway's patch, modified soTom Lane
2002-08-29Workaround for broken large file support on HP-UXPeter Eisentraut
2002-08-29This patch reserves the last superuser_reserved_connections slots forBruce Momjian
2002-08-29Adjust nodeFunctionscan.c to reset transient memory context between callsTom Lane
2002-08-29Push down outer qualification clauses into UNION and INTERSECT subqueries.Tom Lane
2002-08-29Remove MULTIBYTETatsuo Ishii
2002-08-29Remove #ifdef MULTIBYTE per hackers list discussion.Tatsuo Ishii
2002-08-29Produce a somewhat-useful error message, namelyTom Lane
2002-08-29Remove support for version-0 FE/BE protocol, per pghackers discussion.Tom Lane
2002-08-29Code review for standalone composite types, query-specified compositeTom Lane
2002-08-27The attached patch implements the password packet length sanity checkBruce Momjian
2002-08-27Add most of Neil Conway's cleanups.Bruce Momjian
2002-08-27PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzingTom Lane
2002-08-27This patch updates the lock listing code to use Joe Conway's newBruce Momjian
2002-08-26Modify array operations to include array's element type OID in theTom Lane
2002-08-25Clean up comments to be careful about the distinction between variable-Tom Lane
2002-08-24The cstring datatype can now be copied, passed around, etc. The typlenTom Lane
2002-08-23Further cleanup around the edges of OPAQUE/pseudotype changes. CorrectTom Lane
2002-08-22As suggested by Tom, this patch restricts the right-hand argument ofBruce Momjian
2002-08-22Oops, we got duplicate oids from patches again; pick a unique one.Bruce Momjian
2002-08-22Add:Bruce Momjian
2002-08-22Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane
2002-08-21Add sys/types.h to common includes.Peter Eisentraut
2002-08-20Use a non-duplicate OID for pg_lock_status.Tom Lane
2002-08-20Enable large file support.Peter Eisentraut