summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2004-10-15Have log_duration only output when log_statement has printed the query.Bruce Momjian
2004-10-15Fix pg_ctl -D handling for Win32:Bruce Momjian
2004-10-14Add 'int' cast for getpid() because some Solaris releases return longBruce Momjian
2004-10-13More minor cosmetic improvements:Neil Conway
2004-10-12Message style revisionsPeter Eisentraut
2004-10-12Translation updatePeter Eisentraut
2004-10-12Fix a copy-and-paste error: give a distinct memory context a distinctNeil Conway
2004-10-11Fix OR-index-scan planner to recognize that a partial index is usableTom Lane
2004-10-11Fix pg_indexes view so that it shows the index's tablespace not theTom Lane
2004-10-11Fix typo in comment.Neil Conway
2004-10-10Cosmetic improvements/code cleanup:Neil Conway
2004-10-09Adjust configuration-files GUC behavior as per my recent proposal.Tom Lane
2004-10-09Make getpid() use %d consistently for printing.Bruce Momjian
2004-10-09Suppress timezone output on log_line_prefix %t on Win32, because it isBruce Momjian
2004-10-08Whack some sense into the configuration-file-location patch.Tom Lane
2004-10-08Do proper testing of CIDR bits against network mask, e.g. don't allow:Bruce Momjian
2004-10-07Change get_rule_expr so that when the input is a List, it displays theTom Lane
2004-10-07Fix problems with SQL functions returning rowtypes that have droppedTom Lane
2004-10-07Remove unneeded dash.Bruce Momjian
2004-10-07Update comment to fix nibble mention:Bruce Momjian
2004-10-07Adjust comments previously moved to column 1 by pgident.Bruce Momjian
2004-10-07Back out unindented modification to file.Bruce Momjian
2004-10-07Indent comment pushed to new line by else so it is indented by BSDBruce Momjian
2004-10-07Allow the spinlock test to be compiled successfully in a vpath build.Neil Conway
2004-10-07XOR process PID into a backend's initial random seed, to ensure thatTom Lane
2004-10-06Here is a patch to fix win32 ssl builds. Summary of changes:Bruce Momjian
2004-10-06Adjustment to test on unix domain socket variable for pg_hba.confBruce Momjian
2004-10-06Remove pg_hba.conf 'local' line for Win32 because it doesn't support unix domainBruce Momjian
2004-10-05Add Win32 version info to client binaries.Bruce Momjian
2004-10-04Remove arithmetic operators on the 1-byte-char datatype, as per proposalsTom Lane
2004-10-04PortalRun must guard against the possibility that the portal it'sTom Lane
2004-10-04Suppress getppid test on WIN32, per Dave Page.Tom Lane
2004-10-04Detect overflow in integer arithmetic operators (integer, smallint, andTom Lane
2004-10-04Make libpgport be front-end only and make libpgport_srv be a backendBruce Momjian
2004-10-03Translation updatePeter Eisentraut
2004-10-02Clean up handling of inherited-table update queries, per bug reportTom Lane
2004-10-01Convert pg_stat_get_backend_idset to use the existing SRF support.Tom Lane
2004-10-01fmgr_security_definer had better do a PG_TRY to ensure the outer useridTom Lane
2004-10-01Adjust postmaster to recognize that a lockfile containing its parent's PIDTom Lane
2004-10-01Fallout from changing index locking rules: we can reduce the strengthTom Lane
2004-10-01Code review for NOWAIT patch: downgrade NOWAIT from fully reserved keywordTom Lane
2004-09-30Adjust index locking rules as per my proposal of earlier today. YouTom Lane
2004-09-30Remove unnecessary use of index_open just to get the index name.Tom Lane
2004-09-30Come to think of it, functions in FROM have the same syntactic restrictionTom Lane
2004-09-29Split out everything that looks like a function call from c_expr intoTom Lane
2004-09-29Minor adjustments to improve the accuracy of our computation of requiredTom Lane
2004-09-28Adjust obsolete comment about memory needs for lock table.Tom Lane
2004-09-28Arrange to preallocate all required space for the buffer and FSM hashTom Lane
2004-09-27Add new macro as shorthand for MS VC and Borland C++:Bruce Momjian
2004-09-27Translation updatePeter Eisentraut