git.postgresql.org Git - postgresql.git/shortlog

git projects / postgresql.git / shortlog
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
2001年08月13日 Peter Eisentraut Make LANCOMPILER clause in CREATE LANGUAGE optional... commit | commitdiff | tree
2001年08月13日 Tom Lane Make hashjoin give the right answer with toasted input... commit | commitdiff | tree
2001年08月13日 Tom Lane Add comparison operators and btree indexing support... commit | commitdiff | tree
2001年08月13日 Bruce Momjian Patch NAME section of reference pages. commit | commitdiff | tree
2001年08月12日 Tom Lane Make ALTER TABLE RENAME on a view rename the view's... commit | commitdiff | tree
2001年08月12日 Peter Eisentraut Make pg_dump handle the new privileges. commit | commitdiff | tree
2001年08月11日 Peter Eisentraut Clean up some warnings and bugs and make things build... commit | commitdiff | tree
2001年08月11日 Tom Lane CREATE VIEW with optional column name list wasn't quite... commit | commitdiff | tree
2001年08月10日 Tom Lane Document column-name-list option of CREATE VIEW ..... commit | commitdiff | tree
2001年08月10日 Tom Lane Revert removal of relhaspkey support; fix unnecessary... commit | commitdiff | tree
2001年08月10日 Tom Lane Mention that COPY cannot be used on a view (per recent... commit | commitdiff | tree
2001年08月10日 Tom Lane Since PQoidStatus is deprecated, we should probably... commit | commitdiff | tree
2001年08月10日 Peter Eisentraut update commit | commitdiff | tree
2001年08月10日 Tom Lane Cleanup some minor oversights in optional-OIDs stuff. commit | commitdiff | tree
2001年08月10日 Tom Lane Make OIDs optional, per discussions in pghackers. ... commit | commitdiff | tree
2001年08月10日 Tom Lane Fix collateral damage from error message cleanup. commit | commitdiff | tree
2001年08月10日 Peter Eisentraut message refinements commit | commitdiff | tree
2001年08月10日 Bruce Momjian No longer need TODO.detail/lock. commit | commitdiff | tree
2001年08月10日 Bruce Momjian The portion about the PQgetssl() function in the libpq... commit | commitdiff | tree
2001年08月10日 Bruce Momjian Attached is a patch to remove some redundant code in... commit | commitdiff | tree
2001年08月10日 Bruce Momjian 1. null-safe interface to GiST commit | commitdiff | tree
2001年08月10日 Bruce Momjian Patch to LOCK multiple tables in one LOCK command. commit | commitdiff | tree
2001年08月10日 Bruce Momjian Update TODO list. commit | commitdiff | tree
2001年08月10日 Bruce Momjian Update TODO list. commit | commitdiff | tree
2001年08月10日 Hiroshi Inoue Add new files for the preparation. commit | commitdiff | tree
2001年08月09日 Peter Eisentraut This should be the right expected file. commit | commitdiff | tree
2001年08月09日 Peter Eisentraut Use format_type sibling in backend error messages,... commit | commitdiff | tree
2001年08月09日 Peter Eisentraut No longer a need for -Wno-error commit | commitdiff | tree
2001年08月09日 Bruce Momjian Update branding for 7.1.3, no HISTORY yet. commit | commitdiff | tree
2001年08月09日 Peter Eisentraut corrections from the DocNotes commit | commitdiff | tree
2001年08月09日 Tom Lane Fix Cygwin build, per Jason Tishler. commit | commitdiff | tree
2001年08月09日 Tom Lane Add TOAST table to the set of relkinds known to \d. commit | commitdiff | tree
2001年08月08日 Peter Eisentraut 0 -> O commit | commitdiff | tree
2001年08月07日 Peter Eisentraut some clarifications inspired by the DocNotes commit | commitdiff | tree
2001年08月07日 Bruce Momjian Update README for fuzzystrmatch description. commit | commitdiff | tree
2001年08月07日 Bruce Momjian Sorry - I should have gotten to this sooner. Here's... commit | commitdiff | tree
2001年08月07日 Bruce Momjian I think you replaced too many things with put(... commit | commitdiff | tree
2001年08月07日 Bruce Momjian A small patch to keep postgres working on the latest... commit | commitdiff | tree
2001年08月07日 Bruce Momjian Per this discussion, here's a patch to implement both... commit | commitdiff | tree
2001年08月07日 Tom Lane Fix thinko (revealed by gcc warning). commit | commitdiff | tree
2001年08月07日 Peter Eisentraut Russian translation by Serguei Mokhov commit | commitdiff | tree
2001年08月07日 Peter Eisentraut Czech translation for psql from Karel Zak commit | commitdiff | tree
2001年08月07日 Peter Eisentraut Add a check for end of client connection before expecti... commit | commitdiff | tree
2001年08月06日 Tom Lane Doesn't seem to be much point in keeping this README... commit | commitdiff | tree
2001年08月06日 Tom Lane Update now-obsolete example of platform-specific regres... commit | commitdiff | tree
2001年08月06日 Peter Eisentraut Use a fixed error message for ERANGE to avoid duplicate... commit | commitdiff | tree
2001年08月06日 Tom Lane Seems like a bad idea to free() a string we are about... commit | commitdiff | tree
2001年08月06日 Tom Lane Modify partial-index-predicate applicability tester... commit | commitdiff | tree
2001年08月06日 Tom Lane Evaluate LIMIT/OFFSET expressions with ExecEvalExprSwit... commit | commitdiff | tree
2001年08月06日 Peter Eisentraut Do not pre-expand localedir as substituted in the makef... commit | commitdiff | tree
2001年08月06日 Peter Eisentraut update from upstream commit | commitdiff | tree
2001年08月06日 Peter Eisentraut Check that the data directory does not have group or... commit | commitdiff | tree
2001年08月06日 Bruce Momjian Add QueryIsRule gram.y reset. commit | commitdiff | tree
2001年08月06日 Tom Lane Surely the pg_stat interrogation functions must not... commit | commitdiff | tree
2001年08月05日 Tom Lane Show index predicate when doing \d on a partial index. commit | commitdiff | tree
2001年08月05日 Tom Lane Endeavor to make pgstats buffer process (a) safe and... commit | commitdiff | tree
2001年08月05日 Tom Lane Remove no-longer-needed fcntl call (I'm not sure it... commit | commitdiff | tree
2001年08月04日 Bruce Momjian Back out LOCK A,B,C patch at Tom's suggestion. commit | commitdiff | tree
2001年08月04日 Bruce Momjian Compile fix for jdbc1. commit | commitdiff | tree
2001年08月04日 Bruce Momjian This patch is because Hurd does not support NOFILE... commit | commitdiff | tree
2001年08月04日 Bruce Momjian This patch adds the following to the FTI module: commit | commitdiff | tree
2001年08月04日 Bruce Momjian Add LOCK A,B,C functionality as LOCK A;LOCK B;LOCK... commit | commitdiff | tree
2001年08月04日 Bruce Momjian Looks okay in a quick glance, except error message... commit | commitdiff | tree
2001年08月04日 Bruce Momjian 1. Fixed error with empty array ( '{}' ), commit | commitdiff | tree
2001年08月04日 Bruce Momjian > 1) When a row is retrieved, and then a SQL_FETCH_FIRS... commit | commitdiff | tree
2001年08月04日 Bruce Momjian Attached is a patch that does the following: commit | commitdiff | tree
2001年08月04日 Tom Lane Fix handling of SIGCHLD, per recent pghackers discussio... commit | commitdiff | tree
2001年08月03日 Tom Lane Fix residual breakage from Windows socket-errno patch... commit | commitdiff | tree
2001年08月03日 Tom Lane Fix win32.mak to support MULTIBYTE build --- it was... commit | commitdiff | tree
2001年08月03日 Tom Lane For some reason, CREATE TYPE has only accepted alignmen... commit | commitdiff | tree
2001年08月03日 Tom Lane Fix pg_dump so that comments on views are dumped in... commit | commitdiff | tree
2001年08月02日 Tom Lane Clean up various memory leaks within plpgsql, and re... commit | commitdiff | tree
2001年08月02日 Tom Lane Add a SPI_copytupledesc function that parallels SPI_cop... commit | commitdiff | tree
2001年08月02日 Tom Lane Tweak memory context sizing for saved SPI plans. commit | commitdiff | tree
2001年08月02日 Tom Lane Fix some poor decisions about sizing of trigger-related... commit | commitdiff | tree
2001年08月02日 Bruce Momjian I noticed that pltcl didn't have any way to get to... commit | commitdiff | tree
2001年08月02日 Tom Lane Even though SO_PEERCRED is probably totally unportable... commit | commitdiff | tree
2001年08月02日 Tom Lane Remove SO_PASSCRED step in ident_unix --- according... commit | commitdiff | tree
2001年08月01日 Tom Lane Digging through previous discussion of this patch,... commit | commitdiff | tree
2001年08月01日 Tom Lane Support ident authentication on local (Unix) socket... commit | commitdiff | tree
2001年08月01日 Bruce Momjian Attached is a trivial patch to add ANALYZE to the tab... commit | commitdiff | tree
2001年08月01日 Bruce Momjian Attached ia a patch to enable window size detection... commit | commitdiff | tree
2001年08月01日 Bruce Momjian The fti.pl supplied with the fulltextindex module gener... commit | commitdiff | tree
2001年08月01日 Tom Lane Message typo was fixed in sources, but not in de.po. commit | commitdiff | tree
2001年08月01日 Tatsuo Ishii When invoked with -i (initialize mode), split the copy... commit | commitdiff | tree
2001年08月01日 Bruce Momjian Add mention of SIGHUP for pg_ident.conf. commit | commitdiff | tree
2001年08月01日 Bruce Momjian Add documentation changes for new pg_hba.conf behavior. commit | commitdiff | tree
2001年07月31日 Tom Lane Cleanup code for preparsing pg_hba.conf and pg_ident... commit | commitdiff | tree
2001年07月31日 Tom Lane Further thought shows that has_distinct_on_clause(... commit | commitdiff | tree
2001年07月31日 Tom Lane Fix optimizer to not try to push WHERE clauses down... commit | commitdiff | tree
2001年07月31日 Bruce Momjian Update 'translate' function description. translate... commit | commitdiff | tree
2001年07月31日 Bruce Momjian Update info on pg_hba.conf comments. commit | commitdiff | tree
2001年07月31日 Bruce Momjian Update TODO list. commit | commitdiff | tree
2001年07月31日 Tom Lane Remove WIN32_NON_BLOCKING_CONNECTIONS tests, since... commit | commitdiff | tree
2001年07月31日 Tom Lane Fix unportable coding for FRONTEND case. commit | commitdiff | tree
2001年07月31日 Tom Lane Change SQL commands embedded in the initdb script from... commit | commitdiff | tree
2001年07月30日 Bruce Momjian Update TODO list. commit | commitdiff | tree
2001年07月30日 Bruce Momjian Update TODO list. commit | commitdiff | tree
2001年07月30日 Bruce Momjian autoconf commit | commitdiff | tree
2001年07月30日 Bruce Momjian Open Unix 8 patch (Caldera Unixware). Still needs... commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /