summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2003-12-17Fix DecodeInterval to handle '-0.1' sanely, per gripe from Tilo Schwarz.Tom Lane
2003-12-12This patch properly sets the prototype for the on_shmem_exit andPeter Eisentraut
2003-12-07Repair indexed bytea like operations, and related selectivityJoe Conway
2003-12-03Added new group of read-only GUC variables to allow simple accessJoe Conway
2003-12-03Planner failed to be smart about binary-compatible expressions in pathkeysTom Lane
2003-12-02Code and docs review for numeric-factorial patch.Tom Lane
2003-12-01This patch adds a new GUC var, "default_with_oids", which follows theBruce Momjian
2003-12-01Attached is a patch implementing factorial(), returning numeric. PointsBruce Momjian
2003-12-01netmask() and hostmask() functions should return maximum-length masklen,Tom Lane
2003-12-01Seems there are three GUC variables that are defined as "Shows ..."Bruce Momjian
2003-11-30Make PQescapeBytea and byteaout consistent with each other, andJoe Conway
2003-11-29make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-11-19Background writer processJan Wieck
2003-11-16Fix datetime input parsing to accept YYYY-MONTHNAME-DD and related syntaxes,Tom Lane
2003-11-16Changed parameter name for shared cache status report interval toJan Wieck
2003-11-132nd try for the ARC strategy.Jan Wieck
2003-11-13ARC strategy backed out ... sorryJan Wieck
2003-11-13Replacement of the buffer replacement strategy with an ARCJan Wieck
2003-11-12Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane
2003-11-12Cleanup for recent .exe Win32 fix.Bruce Momjian
2003-11-11Add .exe to Win32 stat calls. Don't symlink postmaster on Win32.Bruce Momjian
2003-11-10Remove rcsid CVS header variable --- not used.Bruce Momjian
2003-11-09Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane
2003-11-08Fix process-status handling for OS X 10.3.Tom Lane
2003-11-07zero_damaged_pages must absolutely NOT be marked GUC_DISALLOW_IN_FILE,Tom Lane
2003-11-06Implement isolation levels read uncommitted and repeatable read as actingPeter Eisentraut
2003-10-31Fix for possible referential integrity violation when a qualified ON INSERTJan Wieck
2003-10-29Fix some corner cases in ACL manipulation: don't foul up on an emptyTom Lane
2003-10-18Cleanup on --help-config: Now called --describe-config, no further options,Peter Eisentraut
2003-10-17Fix elog tab-insertion code to insert tabs only where wanted.Tom Lane
2003-10-16Avoid division by zero in estimate_num_groups() when table has no rows.Tom Lane
2003-10-08Have log_min_duration_statement = 0 always print duration/statement.Bruce Momjian
2003-10-06During ALTER TABLE ADD FOREIGN KEY, try to check the existing rows usingTom Lane
2003-10-04Fix pg_get_constraintdef() to ensure CHECK constraints are always shownTom Lane
2003-10-03Add GUC parameter check_function_bodies to control whether validationTom Lane
2003-10-02When dumping CREATE INDEX, must show opclass name if the opclass isn'tTom Lane
2003-10-01Repair RI trigger visibility problems (this time for sure ;-)) per recentTom Lane
2003-09-29The brackets aren't put on the CHECK constraints properly.Bruce Momjian
2003-09-29More message editing, some suggested by Alvaro HerreraPeter Eisentraut
2003-09-28Now that we have UPDATE tab SET col = DEFAULT, get rid of horrid hackTom Lane
2003-09-27You can't NLS-enable a program component by just putting gettext() aroundPeter Eisentraut
2003-09-26Various message fixes, among those fixes for the previous round of fixesPeter Eisentraut
2003-09-25Get rid of ReferentialIntegritySnapshotOverride by extending Executor APITom Lane
2003-09-25Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut
2003-09-24Repair some REINDEX problems per recent discussions. The relcache isTom Lane
2003-09-22HeapTupleSatisfiesVacuum() needs to be more careful about theTom Lane
2003-09-15Improve a couple of error messages per suggestions from Alvaro Herrera.Tom Lane
2003-09-15OK, some of these syntax errors should be given other codes.Peter Eisentraut
2003-09-13Avoid corner cases where aset.c would unnecessarily make malloc()Tom Lane