projects
/
users
/
rhaas
/
postgres.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
users/rhaas/postgres.git
2022-10-13
Etsuro Fujita
Allow batch insertion during COPY into a foreign table.
commit
|
commitdiff
|
tree
2022-10-13
Michael Paquier
Add missing isolation test for test_decoding in meson...
commit
|
commitdiff
|
tree
2022-10-13
Amit Kapila
Improve the WARNING message for CREATE SUBSCRIPTION.
commit
|
commitdiff
|
tree
2022-10-13
Michael Paquier
Fix ordering issue with WAL operations in GIN fast...
commit
|
commitdiff
|
tree
2022-10-12
Michael Paquier
doc: Fix description of replication command CREATE_REPL...
commit
|
commitdiff
|
tree
2022-10-12
Tom Lane
Doc: improve recommended systemd unit file.
commit
|
commitdiff
|
tree
2022-10-12
Alvaro Herrera
Fix outdated code reference
commit
|
commitdiff
|
tree
2022-10-12
Alvaro Herrera
Reduce xlog.h inclusion footprint
commit
|
commitdiff
|
tree
2022-10-12
Alvaro Herrera
Reduce basebackup_sink.h inclusion footprint
commit
|
commitdiff
|
tree
2022-10-12
Peter Eisentraut
Add meson.build to version_stamp.pl
commit
|
commitdiff
|
tree
2022-10-12
Peter Eisentraut
Remove Abs()
commit
|
commitdiff
|
tree
2022-10-12
Michael Paquier
Fix shadow variable in postgres.c
commit
|
commitdiff
|
tree
2022-10-12
Michael Paquier
Simplify some maths in xlogreader.c
commit
|
commitdiff
|
tree
2022-10-11
Michael Paquier
Fix compilation warning in test_copy_callbacks
commit
|
commitdiff
|
tree
2022-10-11
Tom Lane
Harden pmsignal.c against clobbered shared memory.
commit
|
commitdiff
|
tree
2022-10-11
Tom Lane
Yet further fixes for multi-row VALUES lists for updata...
commit
|
commitdiff
|
tree
2022-10-11
Tom Lane
Doc: add entry for pg_get_partkeydef().
commit
|
commitdiff
|
tree
2022-10-11
Bruce Momjian
C comment: explain procArray->pgprocnos[]
commit
|
commitdiff
|
tree
2022-10-11
Amit Kapila
Add a common function to generate the origin name.
commit
|
commitdiff
|
tree
2022-10-11
Michael Paquier
Add TAP tests for role membership in pg_hba.conf
commit
|
commitdiff
|
tree
2022-10-11
Michael Paquier
Add support for COPY TO callback functions
commit
|
commitdiff
|
tree
2022-10-10
Tom Lane
Harden memory context allocators against bogus chunk...
commit
|
commitdiff
|
tree
2022-10-10
Tom Lane
Simplify our Assert infrastructure a little.
commit
|
commitdiff
|
tree
2022-10-10
John Naylor
Remove unnecessary semicolons after goto labels
commit
|
commitdiff
|
tree
2022-10-10
Peter Eisentraut
Use C library functions instead of Abs() for int64
commit
|
commitdiff
|
tree
2022-10-08
Andres Freund
pgstat: Prevent stats reset from corrupting slotname...
commit
|
commitdiff
|
tree
2022-10-08
Peter Eisentraut
Use fabsf() instead of Abs() or fabs() where appropriate
commit
|
commitdiff
|
tree
2022-10-07
Andres Freund
autoconf: Rely on ar supporting index creation
commit
|
commitdiff
|
tree
2022-10-07
Alvaro Herrera
Fix self-referencing foreign keys with partitioned...
commit
|
commitdiff
|
tree
2022-10-07
Peter Eisentraut
Convert macros to static inline functions (rel.h)
commit
|
commitdiff
|
tree
2022-10-07
Peter Eisentraut
Remove unnecessary uses of Abs()
commit
|
commitdiff
|
tree
2022-10-07
David Rowley
Add -Wshadow=compatible-local to the standard compilati...
commit
|
commitdiff
|
tree
2022-10-07
Tom Lane
Improve our ability to detect bogus pointers passed...
commit
|
commitdiff
|
tree
2022-10-07
Andres Freund
meson: Add support for building with precompiled headers
commit
|
commitdiff
|
tree
2022-10-07
Andres Freund
Create subscription stats entry at CREATE SUBSCRIPTION...
commit
|
commitdiff
|
tree
2022-10-07
David Rowley
Fix final warnings produced by -Wshadow=compatible...
commit
|
commitdiff
|
tree
2022-10-06
Andres Freund
windows: Adjust FD_SETSIZE via commandline define
commit
|
commitdiff
|
tree
2022-10-06
Andres Freund
meson: Fix two comments
commit
|
commitdiff
|
tree
2022-10-06
Tom Lane
Remove MemoryContextContains().
commit
|
commitdiff
|
tree
2022-10-06
Tom Lane
Remove uses of MemoryContextContains in nodeAgg.c and...
commit
|
commitdiff
|
tree
2022-10-06
Tom Lane
Take care to de-duplicate entries in standby.c's table...
commit
|
commitdiff
|
tree
2022-10-06
Tom Lane
Remove useless character-length checks in contrib/ltree.
commit
|
commitdiff
|
tree
2022-10-06
Tom Lane
Introduce t_isalnum() to replace t_isalpha() || t_isdig...
commit
|
commitdiff
|
tree
2022-10-06
Michael Paquier
Fix comment in xlogprefetcher.c
commit
|
commitdiff
|
tree
2022-10-06
Michael Paquier
Refactor TAP test authentication/001_password.pl
commit
|
commitdiff
|
tree
2022-10-05
David Rowley
Fix final compiler warning produced by -Wshadow=compati...
commit
|
commitdiff
|
tree
2022-10-05
David Rowley
Add optional parameter to PG_TRY() macros
commit
|
commitdiff
|
tree
2022-10-05
Bruce Momjian
doc: clarify description for log_startup_progress_interval
commit
|
commitdiff
|
tree
2022-10-05
Andres Freund
tests: Restrict pg_locks queries in advisory_locks...
commit
|
commitdiff
|
tree
2022-10-05
Andres Freund
tests: Rename conflicting role names
commit
|
commitdiff
|
tree
2022-10-05
Andres Freund
meson: Add windows resource files
commit
|
commitdiff
|
tree
2022-10-05
Andres Freund
meson: ecpg: Split definition of static and shared...
commit
|
commitdiff
|
tree
2022-10-05
Andres Freund
meson: libpq: Revise static / shared library setup
commit
|
commitdiff
|
tree
2022-10-05
Andres Freund
meson: docs: Add xml{lint,proc} wrapper to collect...
commit
|
commitdiff
|
tree
2022-10-05
Peter Eisentraut
Fix whitespace
commit
|
commitdiff
|
tree
2022-10-05
David Rowley
Rename shadowed local variables
commit
|
commitdiff
|
tree
2022-10-05
Michael Paquier
Remove definition of JUMBLE_SIZE from queryjumble.h
commit
|
commitdiff
|
tree
2022-10-05
Michael Paquier
Use macros from xlog_internal.h for WAL segment logic...
commit
|
commitdiff
|
tree
2022-10-05
Michael Paquier
Add a few new patterns to the tab completion of psql
commit
|
commitdiff
|
tree
2022-10-04
Michael Paquier
Fix comment in guc_tables.c
commit
|
commitdiff
|
tree
2022-10-04
Michael Paquier
Cleanup useless assignments and checks
commit
|
commitdiff
|
tree
2022-10-04
Michael Paquier
Add filtering capability for cross-version pg_upgrade...
commit
|
commitdiff
|
tree
2022-10-03
Andres Freund
meson: llvm: Use llvm-config's --cxxflags when building...
commit
|
commitdiff
|
tree
2022-10-03
Tom Lane
Fix psql's behavior with \g for a multiple-command...
commit
|
commitdiff
|
tree
2022-10-03
Andres Freund
meson: respect -Dldap=disabled
commit
|
commitdiff
|
tree
2022-10-03
Tom Lane
Revert "Optimize order of GROUP BY keys".
commit
|
commitdiff
|
tree
2022-10-03
Michael Paquier
Add authentication TAP test for peer authentication
commit
|
commitdiff
|
tree
2022-10-02
Andres Freund
ci: enable various runtime checks on FreeBSD and macOS
commit
|
commitdiff
|
tree
2022-10-01
Andres Freund
ci: macos: Reduce test concurrency
commit
|
commitdiff
|
tree
2022-10-01
Andres Freund
meson: Add prefix=/usr/local/pgsql to default_options
commit
|
commitdiff
|
tree
2022-10-01
Andres Freund
meson: windows: Determine path to tmp_install + prefix...
commit
|
commitdiff
|
tree
2022-10-01
Peter Eisentraut
Fix tiny memory leaks
commit
|
commitdiff
|
tree
2022-10-01
Michael Paquier
doc: Fix some grammar and typos
commit
|
commitdiff
|
tree
2022-10-01
Andres Freund
meson: mingw: Add -Wl,--disable-auto-import, enable...
commit
|
commitdiff
|
tree
2022-09-30
Tom Lane
Avoid improbable PANIC during heap_update, redux.
commit
|
commitdiff
|
tree
2022-09-30
Andres Freund
mingw: Define PGDLLEXPORT as __declspec (dllexport...
commit
|
commitdiff
|
tree
2022-09-30
Tom Lane
Adjust PQsslAttributeNames() to match PQsslAttribute().
commit
|
commitdiff
|
tree
2022-09-30
Alvaro Herrera
Fix tab-completion after commit 790bf615ddba
commit
|
commitdiff
|
tree
2022-09-30
Daniel Gustafsson
doc: Fix PQsslAttribute docs for compression
commit
|
commitdiff
|
tree
2022-09-30
Michael Paquier
Remove useless argument from UnpinBuffer()
commit
|
commitdiff
|
tree
2022-09-30
Andres Freund
ci: Add 32bit build and test
commit
|
commitdiff
|
tree
2022-09-29
Tom Lane
Fix bogus behavior of PQsslAttribute(conn, "library").
commit
|
commitdiff
|
tree
2022-09-29
Tom Lane
Improve wording of log messages triggered by max_slot_w...
commit
|
commitdiff
|
tree
2022-09-29
Tom Lane
Use actual backend IDs in pg_stat_get_backend_idset...
commit
|
commitdiff
|
tree
2022-09-29
Etsuro Fujita
Update comment in ExecInsert() regarding batch insertion.
commit
|
commitdiff
|
tree
2022-09-29
Michael Paquier
Introduce SYSTEM_USER
commit
|
commitdiff
|
tree
2022-09-29
Michael Paquier
Mark sigint_interrupt_enabled as sig_atomic_t
commit
|
commitdiff
|
tree
2022-09-29
Andres Freund
windows: Set UMDF_USING_NTSTATUS globally, include...
commit
|
commitdiff
|
tree
2022-09-29
Andres Freund
meson: Implement getopt logic from autoconf
commit
|
commitdiff
|
tree
2022-09-29
Andres Freund
meson: mingw: Allow multiple definitions
commit
|
commitdiff
|
tree
2022-09-29
Andres Freund
meson: pg_regress: Define a HOST_TUPLE sufficient to...
commit
|
commitdiff
|
tree
2022-09-29
Andres Freund
meson: windows: Normalize slashes in prefix
commit
|
commitdiff
|
tree
2022-09-29
Michael Paquier
Map ERROR_INVALID_NAME to ENOENT in mapping table of...
commit
|
commitdiff
|
tree
2022-09-29
Thomas Munro
Restore pg_pread and friends.
commit
|
commitdiff
|
tree
2022-09-28
David Rowley
Restrict Datum sort optimization to byval types only
commit
|
commitdiff
|
tree
2022-09-28
Bruce Momjian
doc: clarify internal behavior of RECURSIVE CTE queries
commit
|
commitdiff
|
tree
2022-09-28
Bruce Momjian
revert "warn of SECURITY DEFINER schemas for non-sql_bo...
commit
|
commitdiff
|
tree
2022-09-28
Tom Lane
Doc: document bpchar, clarify relationship of text...
commit
|
commitdiff
|
tree
2022-09-28
Tom Lane
Allow callback functions to deregister themselves durin...
commit
|
commitdiff
|
tree
2022-09-28
Alvaro Herrera
Change some errdetail() to errdetail_internal()
commit
|
commitdiff
|
tree
next