aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Update catversion so we are sure everyone gets the bytea LIKE fix.Bruce Momjian2002-09-02
* > Okay. When you get back to the original issue, the gold is hidden inBruce Momjian2002-09-02
* Add GUC variable to print original query to the server logs when thereBruce Momjian2002-09-02
* I tried to build PostgreSQL with the following step to see backends hungBruce Momjian2002-09-02
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-02
* CREATE OR REPLACE VIEW, CREATE OR REPLACE RULE.Tom Lane2002-09-02
* Code review for HeapTupleHeader changes. Add version number to page headersTom Lane2002-09-02
* Update MEMSET_LOOP_LIMIT to 1024 because it is the best value for mostBruce Momjian2002-09-01
* Add log_duration to GUC/postgresql.conf.Bruce Momjian2002-09-01
* Mark the float8 -> int8 cast as implicit. This resolves the problemTom Lane2002-09-01
* Code review for domain-constraints patch. Use a new ConstraintTest nodeTom Lane2002-08-31
* Code review for pg_locks feature. Make shmemoffset of PROCLOCK structsTom Lane2002-08-31
* Add expected tuple descriptor to ReturnSetInfo information for tableTom Lane2002-08-30
* AUTOCOMMIT mode is now an available backend GUC variable; setting itTom Lane2002-08-30
* Fix for breakage of C-coded SRFs, from Joe Conway.Tom Lane2002-08-30
* Add attisinherited column to pg_attribute; use it to guard againstTom Lane2002-08-30
* Complete TODO item:Bruce Momjian2002-08-30
* Revert _LARGEFILE64_SOURCE addition; good try but doesn't work,Tom Lane2002-08-30
* PL/pgSQL functions can return sets. Neil Conway's patch, modified soTom Lane2002-08-30
* Workaround for broken large file support on HP-UXPeter Eisentraut2002-08-29
* This patch reserves the last superuser_reserved_connections slots forBruce Momjian2002-08-29
* Adjust nodeFunctionscan.c to reset transient memory context between callsTom Lane2002-08-29
* Push down outer qualification clauses into UNION and INTERSECT subqueries.Tom Lane2002-08-29
* Remove MULTIBYTETatsuo Ishii2002-08-29
* Remove #ifdef MULTIBYTE per hackers list discussion.Tatsuo Ishii2002-08-29
* Produce a somewhat-useful error message, namelyTom Lane2002-08-29
* Remove support for version-0 FE/BE protocol, per pghackers discussion.Tom Lane2002-08-29
* Code review for standalone composite types, query-specified compositeTom Lane2002-08-29
* The attached patch implements the password packet length sanity checkBruce Momjian2002-08-27
* Add most of Neil Conway's cleanups.Bruce Momjian2002-08-27
* PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzingTom Lane2002-08-27
* This patch updates the lock listing code to use Joe Conway's newBruce Momjian2002-08-27
* Modify array operations to include array's element type OID in theTom Lane2002-08-26
* Clean up comments to be careful about the distinction between variable-Tom Lane2002-08-25
* The cstring datatype can now be copied, passed around, etc. The typlenTom Lane2002-08-24
* Further cleanup around the edges of OPAQUE/pseudotype changes. CorrectTom Lane2002-08-23
* As suggested by Tom, this patch restricts the right-hand argument ofBruce Momjian2002-08-22
* Oops, we got duplicate oids from patches again; pick a unique one.Bruce Momjian2002-08-22
* Add:Bruce Momjian2002-08-22
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-22
* Add sys/types.h to common includes.Peter Eisentraut2002-08-21
* Use a non-duplicate OID for pg_lock_status.Tom Lane2002-08-20
* Enable large file support.Peter Eisentraut2002-08-20
* Allow pg_statistics to be reset by calling pg_stat_reset().Bruce Momjian2002-08-20
* Add current_database().Bruce Momjian2002-08-20
* Remove Ident nodetype in favor of using String nodes; this fixes someTom Lane2002-08-19
* Clean up leftover bugs from recent COPY feature patch --- missedTom Lane2002-08-19
* Improve obsolete comment.Tom Lane2002-08-19
* Add db-local user names, per discussion on hackers.Bruce Momjian2002-08-18
* Reverse out XLogDir/-X write-ahead log handling, per discussion.Bruce Momjian2002-08-17