summaryrefslogtreecommitdiff
path: root/src/backend/utils
Commit message (Expand)AuthorAgeFilesLines
* Add missing Unicode multibyte files.Bruce Momjian2002-03-0619-0/+113340
* Change made to elog:Bruce Momjian2002-03-0616-114/+119
* > Tatsuo Ishii wrote:Bruce Momjian2002-03-059-4767/+5456
* I attach a version of my toast-slicing patch, against current CVSBruce Momjian2002-03-052-43/+53
* If presented db path has a trailing slash, remove it to avoid generatingTom Lane2002-03-041-1/+11
* Fix bug in extract/date_part for milliseconds/miscroseconds andTatsuo Ishii2002-03-041-5/+5
* Further work on elog cleanup: fix some bogosities in elog's logic aboutTom Lane2002-03-041-66/+82
* Catcaches can now store negative entries as well as positive ones, toTom Lane2002-03-033-435/+625
* Default server_min_messages is NOTICE.Bruce Momjian2002-03-031-1/+1
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-0214-109/+279
* Array slice extraction should produce a result array with index lowerTom Lane2002-03-021-3/+11
* User and database-specific session defaults for run-time configurationPeter Eisentraut2002-03-013-4/+198
* array_ref() should set isNull to false explicitly if it's not going toPeter Eisentraut2002-03-011-1/+2
* Teach planner about the idea that a mergejoin won't necessarily readTom Lane2002-03-012-24/+340
* Clean up BeginCommand and related routines. BeginCommand and EndCommandTom Lane2002-02-271-3/+3
* Add a large number of time zones to the lookup table.Thomas G. Lockhart2002-02-251-167/+144
* I've attached a simple patch which should improve the performance ofBruce Momjian2002-02-251-20/+2
* Save source of GUC settings, allowing different sources to be processed inPeter Eisentraut2002-02-232-100/+121
* Make factorial(0) return 1, as per spec.Bruce Momjian2002-02-232-4/+8
* Avoid failures in cash_out and cash_words for INT_MIN.Tom Lane2002-02-191-10/+14
* A bunch of changes aimed at reducing backend startup time...Tom Lane2002-02-196-935/+1366
* Privileges on functions and procedural languagesPeter Eisentraut2002-02-185-19/+34
* Remove MAX/MIN() macros, use c.h Max/Min() instead.Bruce Momjian2002-02-183-92/+67
* Reorder postgresql.conf WAL section to be clearer.Bruce Momjian2002-02-181-24/+28
* Ensure that a cursor is scanned under the same scanCommandId it wasTom Lane2002-02-141-1/+3
* Move sys/types.h to top, for hiroyuki hanai/ FreeBSD.Bruce Momjian2002-02-081-2/+2
* Fix misstatements added by Bruce.Tom Lane2002-01-161-31/+27
* Add more comments to tqual.c for visibility functions.Bruce Momjian2002-01-161-21/+48
* TOAST needs to do at least minimal time-qual checking in order not toTom Lane2002-01-161-13/+115
* Fix init_irels to close the pg_internal.init file before returning.Tom Lane2002-01-161-56/+28
* If we fail to rename pg_internal.init into place, delete the uselessTom Lane2002-01-151-1/+8
* Repair bugs in declarations of routines to add timestamptz and interval.Thomas G. Lockhart2002-01-121-3/+3
* VACUUM must make sure that a HEAP_MARKED_FOR_UPDATE tuple gets markedTom Lane2002-01-111-2/+16
* Fix use of 'char' to hold result of getc, per bug report forwarded byTom Lane2002-01-091-58/+51
* Fix lpad() and rpad() to produce correct results in variable-lengthTom Lane2002-01-081-5/+5
* Add CHECK_FOR_INTERRUPTS() in various strategic spots, per commentsTom Lane2002-01-061-1/+2
* Have to_date() call timestamptz_date() per Karel's email instructions.Thomas G. Lockhart2002-01-041-2/+2
* Replace #ifdef, #endif with # requires comment.Bruce Momjian2002-01-041-8/+6
* Guard against roundoff errors in new selectivity-estimation code,Tom Lane2002-01-031-22/+34
* Fix to_timestamp/to_date so that zero year input for Y, YY, or YYYTom Lane2002-01-021-56/+41
* Rename TIME token to ISOTIME to eliminate conflict with gram.y parserThomas G. Lockhart2002-01-011-4/+4
* Make sure that all <ctype.h> routines are called with unsigned charTom Lane2001-12-301-3/+3
* Fix newly introduced datetime.c compile failure; not enough parens.Bruce Momjian2001-12-291-2/+2
* Check a bit more carefully for preceeding ISO field tagsThomas G. Lockhart2001-12-291-10/+10
* Rework the date/time parsing to tighten up some cases and to enable otherThomas G. Lockhart2001-12-292-204/+676
* Use MemSet() rather than a loop to do blank-padding on PS_USE_CLOBBER_ARGVTom Lane2001-12-211-6/+4
* Add full name of the month of July to the lookup table.Thomas G. Lockhart2001-12-211-1/+2
* Make sure that all variants of HeapTupleSatisfies will do the right thingTom Lane2001-12-191-80/+149
* Move geqo enable into proper section.Bruce Momjian2001-12-171-1/+1
* Repair roundoff-error problem for stddev/variance results near zero,Tom Lane2001-12-112-41/+98