summaryrefslogtreecommitdiff
path: root/src/include/utils
AgeCommit message (Expand)Author
2004-05-11Refactor low-level aclcheck code to provide useful interfaces for multi-bitTom Lane
2004-05-08Get rid of rd_nblocks field in relcache entries. Turns out this wasTom Lane
2004-05-06Make ALTER COLUMN TYPE preserve clustered status for indexes it doesn'tTom Lane
2004-05-05ALTER TABLE rewrite. New cool stuff:Tom Lane
2004-05-02Revert patch --- needs more generalized solution.Bruce Momjian
2004-05-01Align prototype in C code.Bruce Momjian
2004-04-26Please find a attached a small patch that adds accessor functionsBruce Momjian
2004-04-07> >>1. change the type of "log_statement" option from boolean to string,Bruce Momjian
2004-04-05Remove 'syslog' GUC variable, and add more logical 'log_destination'Bruce Momjian
2004-04-01Replace TupleTableSlot convention for whole-row variables and functionTom Lane
2004-03-22Add timestamp-versus-timestamptz cross-type comparison functions,Tom Lane
2004-03-21Revise syntax-error reporting behavior to give pleasant results forTom Lane
2004-03-15Remove GUC log_statement, log_pid, log_timestamp, log_source_port.Bruce Momjian
2004-03-15Localize our dependencies on the way to create NAN or INFINITY.Tom Lane
2004-03-09Add:Bruce Momjian
2004-03-04Emit a warning when an empty string is input to the oid, float4, andNeil Conway
2004-02-22Move responsibility for copying argv[] array into ps_status.c, where itTom Lane
2004-02-17Make use of statistics on index expressions. There are still someTom Lane
2004-02-14Create crosstype comparison operators for date vs. timestamp and dateTom Lane
2004-02-10Restructure smgr API as per recent proposal. smgr no longer depends onTom Lane
2004-02-03Rename SortMem and VacuumMem to work_mem and maintenance_work_mem.Tom Lane
2004-02-03Add function (actually an int4 and an int8 version) that generatesJoe Conway
2004-01-19Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_pathTom Lane
2004-01-14Fix permission-checking bug reported by Tim Burgess 10-Feb-03 (this timeTom Lane
2004-01-06Code cleanup, mostly in the smgr:Neil Conway
2003-12-25> > I have no idea if this in Oracle or not. But it's something IBruce Momjian
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-01The attached patch enables contrib/cube to build cleanly under CygwinBruce Momjian
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-11-29make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-11-21COMMENT ON casts, conversions, languages, operator classes, andTom Lane
2003-11-12Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane
2003-11-09Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane
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-04Fix pg_get_constraintdef() to ensure CHECK constraints are always shownTom Lane
2003-10-01Repair RI trigger visibility problems (this time for sure ;-)) per recentTom Lane
2003-09-25Get rid of ReferentialIntegritySnapshotOverride by extending Executor APITom Lane
2003-09-24Repair some REINDEX problems per recent discussions. The relcache isTom Lane
2003-09-01Rename DoIt to changeVar, for clarity.Bruce Momjian
2003-08-27Adjust date/time input parsing code to correctly distinguish the fourTom Lane
2003-08-26Use separate SQLSTATE codes for file not found/file exists, rather thanTom Lane
2003-08-19Improve dynahash.c's API so that caller can specify the comparison functionTom Lane
2003-08-17Create a 'type cache' that keeps track of the data needed for any particularTom Lane
2003-08-11Rewriter and planner should use only resno, not resname, to identifyTom Lane
2003-08-08Another pgindent run with updated typedefs.Bruce Momjian
2003-08-05Improve documentation of ParseDateTime(). Reorder tests to preventTom Lane