2003-06-14 |
Bruce Momjian | Make libpq thread-safe with configure --with-threads... |
commit | commitdiff | tree | snapshot |
2003-06-14 |
Bruce Momjian | Add thread.c for libpq threading, and hook it into... |
commit | commitdiff | tree | snapshot |
2003-06-13 |
Bruce Momjian | Add --with-threads configure option to control threaded... |
commit | commitdiff | tree | snapshot |
2003-06-13 |
Michael Meskes | - Enable FETCH without INTO. |
commit | commitdiff | tree | snapshot |
2003-06-13 |
Tom Lane | Okay, recognize freebsd 2.* and 3.* too. |
commit | commitdiff | tree | snapshot |
2003-06-13 |
Tom Lane | Expect FreeBSD 5.* to have standard float arithmetic. |
commit | commitdiff | tree | snapshot |
2003-06-12 |
Tom Lane | Fix broken markup. |
commit | commitdiff | tree | snapshot |
2003-06-12 |
Bruce Momjian | Add thread-enable compile variables into libpq. |
commit | commitdiff | tree | snapshot |
2003-06-12 |
Tom Lane | Fix SQL function executor for case where last command... |
commit | commitdiff | tree | snapshot |
2003-06-12 |
Tom Lane | <sys/socket.h> requires <sys/types.h> to already have... |
commit | commitdiff | tree | snapshot |
2003-06-12 |
Bruce Momjian | Mention need for swap on Linux, and kill -9. |
commit | commitdiff | tree | snapshot |
2003-06-12 |
Bruce Momjian | Document default Linux autocommit behavior, and show... |
commit | commitdiff | tree | snapshot |
2003-06-12 |
Michael Meskes | Install all header files. |
commit | commitdiff | tree | snapshot |
2003-06-12 |
Bruce Momjian | Attached is the complete diff against current CVS. |
commit | commitdiff | tree | snapshot |
2003-06-12 |
Bruce Momjian | Back out patch that got bundled into another patch. |
commit | commitdiff | tree | snapshot |
2003-06-12 |
Bruce Momjian | New patch with corrected README attached. |
commit | commitdiff | tree | snapshot |
2003-06-12 |
Bruce Momjian | Attached is a patch that enhances the output of psql... |
commit | commitdiff | tree | snapshot |
2003-06-12 |
Bruce Momjian | Brief note about sequence cache not being cleared in... |
commit | commitdiff | tree | snapshot |
2003-06-12 |
Bruce Momjian | IPv6 cleanups. |
commit | commitdiff | tree | snapshot |
2003-06-12 |
Bruce Momjian | Back out this patch because it is patched inside a... |
commit | commitdiff | tree | snapshot |
2003-06-12 |
Bruce Momjian | I succeeded by fixing up setup.py: |
commit | commitdiff | tree | snapshot |
2003-06-12 |
Bruce Momjian | Here is a patch that allows CIDR netmasks in pg_hba... |
commit | commitdiff | tree | snapshot |
2003-06-12 |
Bruce Momjian | Add Linux restart --- Slawomir Sudnik |
commit | commitdiff | tree | snapshot |
2003-06-12 |
Bruce Momjian | Up to now, SerializableSnapshot and QuerySnapshot are... |
commit | commitdiff | tree | snapshot |
2003-06-12 |
Bruce Momjian | psql: tab completion for \encoding |
commit | commitdiff | tree | snapshot |
2003-06-12 |
Bruce Momjian | This patch updates pg_autovacuum in several ways: |
commit | commitdiff | tree | snapshot |
2003-06-12 |
Bruce Momjian | I found the libpq function PGunescapeBytea a little... |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Bruce Momjian | This patch extracts page buffer pooling and the simple |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Bruce Momjian | Add add_missing_from GUC variable. |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Tom Lane | Update expected file to match new _int.sql. |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Bruce Momjian | Add missing intarray files. |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Bruce Momjian | Make "log_min_duration_statement" SUSET --- will be... |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Bruce Momjian | Changes: |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Tom Lane | Fix brain damage in deciding which python input convert... |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Bruce Momjian | Add log_min_duration_statement. |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Tom Lane | pg_dump and pg_restore were stripping quotes and downca... |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Tom Lane | Update anonymous-CVS instructions. |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Bruce Momjian | Well, the discussion about SSL a bit back perked my... |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Bruce Momjian | During looking stuff up for a discussion on -general... |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Bruce Momjian | Add missing DLLIMPORT for cpu_index_tuple_cost to |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Tom Lane | Now that I look, that link doesn't belong there at... |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Tom Lane | Fix busted markup. |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Tom Lane | Remove platform-specific executable; does not belong... |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Peter Eisentraut | Represent grant options in the information schema. |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Bruce Momjian | Add Rendezvous support to postmaster, from Chris Campbell |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Michael Meskes | Make sure a variable is no longer referenced when it... |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Bruce Momjian | Document the -h client flag can use a socket directory... |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Bruce Momjian | Remove lock* GUC variables from postgresql.conf. |
commit | commitdiff | tree | snapshot |
2003-06-10 |
Michael Meskes | Fixed some bugs. |
commit | commitdiff | tree | snapshot |
2003-06-10 |
Tatsuo Ishii | Fix uninitialized memory bug |
commit | commitdiff | tree | snapshot |
2003-06-09 |
Tom Lane | freeaddrinfo2() does need two parameters after all... |
commit | commitdiff | tree | snapshot |
2003-06-09 |
Tom Lane | Make bison version test actually work ... |
commit | commitdiff | tree | snapshot |
2003-06-08 |
Tom Lane | libpq can now talk to either 3.0 or 2.0 protocol server... |
commit | commitdiff | tree | snapshot |
2003-06-07 |
Bruce Momjian | Change configure check to use $YACC, per Tom. |
commit | commitdiff | tree | snapshot |
2003-06-07 |
Bruce Momjian | Remove kerberos mention that doesn't support our softwa... |
commit | commitdiff | tree | snapshot |
2003-06-06 |
Bruce Momjian | Update German FAQ, from Ian Barwick. |
commit | commitdiff | tree | snapshot |
2003-06-06 |
Bruce Momjian | Update FAQ from Ian Barwick. |
commit | commitdiff | tree | snapshot |
2003-06-06 |
Bruce Momjian | Add -DFRONTEND for non-MinGW Win32 ports. |
commit | commitdiff | tree | snapshot |
2003-06-06 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2003-06-06 |
Bruce Momjian | Add configure warning to check for bison version >... |
commit | commitdiff | tree | snapshot |
2003-06-06 |
Bruce Momjian | Add mention of two auth_mod kerberos projects, from... |
commit | commitdiff | tree | snapshot |
2003-06-06 |
Tom Lane | Add defense in assign_session_authorization() against... |
commit | commitdiff | tree | snapshot |
2003-06-06 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2003-06-06 |
Bruce Momjian | Remove mention of ALTER USER able to remove passwords. |
commit | commitdiff | tree | snapshot |
2003-06-06 |
Tom Lane | Implement outer-level aggregates to conform to the... |
commit | commitdiff | tree | snapshot |
2003-06-06 |
Peter Eisentraut | Update documentation build instructions. |
commit | commitdiff | tree | snapshot |
2003-06-05 |
Peter Eisentraut | Information schema views about functions |
commit | commitdiff | tree | snapshot |
2003-06-05 |
Peter Eisentraut | Support for Intel compiler on Linux |
commit | commitdiff | tree | snapshot |
2003-06-02 |
Tom Lane | Make the world at least marginally safe for usernames... |
commit | commitdiff | tree | snapshot |
2003-06-02 |
Bruce Momjian | In src/include/mb/pg_wchar.h we have: |
commit | commitdiff | tree | snapshot |
2003-06-02 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2003-06-02 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2003-06-02 |
Bruce Momjian | Add data partitioning idea to tablespaces discussion. |
commit | commitdiff | tree | snapshot |
2003-06-02 |
Bruce Momjian | Add Turkish FAQ, from Devrim GUNDUZ. |
commit | commitdiff | tree | snapshot |
2003-06-02 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2003-06-02 |
Bruce Momjian | Update Russian FAQ, from Viktor Vislobokov |
commit | commitdiff | tree | snapshot |
2003-06-02 |
Michael Meskes | Fixed segfault in forward definition parsing. |
commit | commitdiff | tree | snapshot |
2003-06-02 |
Bruce Momjian | Update URL to point to proper location. |
commit | commitdiff | tree | snapshot |
2003-06-02 |
Bruce Momjian | Update Emacs settings, from Andrew Dunstan |
commit | commitdiff | tree | snapshot |
2003-06-01 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2003-05-31 |
Tom Lane | markTargetListOrigin neglected to handle outer-scope... |
commit | commitdiff | tree | snapshot |
2003-05-31 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2003-05-31 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2003-05-31 |
Bruce Momjian | Add item about sending success stories to http://advoca... |
commit | commitdiff | tree | snapshot |
2003-05-30 |
Tom Lane | Cause pg_dumpall to support the -a, -s, -x options... |
commit | commitdiff | tree | snapshot |
2003-05-30 |
Tom Lane | Cause pg_dumpall to include GRANT/REVOKE for database... |
commit | commitdiff | tree | snapshot |
2003-05-30 |
Tom Lane | Small performance improvement for hash joins and hash... |
commit | commitdiff | tree | snapshot |
2003-05-30 |
Michael Meskes | Create a real prototype function for describe. |
commit | commitdiff | tree | snapshot |
2003-05-30 |
Michael Meskes | Sync and some minor cleanup/fixing work plus an EXEC... |
commit | commitdiff | tree | snapshot |
2003-05-29 |
Tom Lane | Ensure that in all flex lexers that are part of the... |
commit | commitdiff | tree | snapshot |
2003-05-29 |
Barry Lind | one more change to correctly support the removeall... |
commit | commitdiff | tree | snapshot |
2003-05-29 |
Tom Lane | Adopt latest bison's spelling of 'syntax error' rather... |
commit | commitdiff | tree | snapshot |
2003-05-29 |
Tom Lane | Don't explicitly close() the session socket during... |
commit | commitdiff | tree | snapshot |
2003-05-29 |
Tom Lane | AFAICT, none of our shared libraries are anywhere near... |
commit | commitdiff | tree | snapshot |
2003-05-29 |
Michael Meskes | Changed variable parsing so struct[n].attr works. |
commit | commitdiff | tree | snapshot |
2003-05-29 |
Michael Meskes | Parse forward definiton of structs. |
commit | commitdiff | tree | snapshot |
2003-05-29 |
Barry Lind | Applied patch from Fernando Nasser to fix up small... |
commit | commitdiff | tree | snapshot |
2003-05-29 |
Barry Lind | Applied patch from Fernando Nasser to improve buffer... |
commit | commitdiff | tree | snapshot |
2003-05-29 |
Barry Lind | clean up warnings produced by Eclipse |
commit | commitdiff | tree | snapshot |
next |